web-apps/apps/spreadsheeteditor/mobile/resources/css/app-material.css
2019-07-30 16:08:24 +03:00

7453 lines
317 KiB
CSS

html,
body,
.framework7-root {
position: relative;
height: 100%;
width: 100%;
overflow-x: hidden;
}
body {
font-family: Roboto, Noto, Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
color: #212121;
font-size: 14px;
line-height: 1.5;
width: 100%;
-webkit-text-size-adjust: 100%;
background: #fff;
overflow: hidden;
}
.framework7-root {
overflow: hidden;
}
* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-touch-callout: none;
}
a,
input,
textarea,
select {
outline: 0;
}
a {
text-decoration: none;
color: #40865c;
}
p {
margin: 1em 0;
}
/* === Grid === */
.row {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.row > [class*="col-"] {
box-sizing: border-box;
}
.row .col-auto {
width: 100%;
}
.row .col-100 {
width: 100%;
width: -webkit-calc((100% - 16px*0) / 1);
width: calc((100% - 16px*0) / 1);
}
.row.no-gutter .col-100 {
width: 100%;
}
.row .col-95 {
width: 95%;
width: -webkit-calc((100% - 16px*0.05263157894736836) / 1.0526315789473684);
width: calc((100% - 16px*0.05263157894736836) / 1.0526315789473684);
}
.row.no-gutter .col-95 {
width: 95%;
}
.row .col-90 {
width: 90%;
width: -webkit-calc((100% - 16px*0.11111111111111116) / 1.1111111111111112);
width: calc((100% - 16px*0.11111111111111116) / 1.1111111111111112);
}
.row.no-gutter .col-90 {
width: 90%;
}
.row .col-85 {
width: 85%;
width: -webkit-calc((100% - 16px*0.17647058823529416) / 1.1764705882352942);
width: calc((100% - 16px*0.17647058823529416) / 1.1764705882352942);
}
.row.no-gutter .col-85 {
width: 85%;
}
.row .col-80 {
width: 80%;
width: -webkit-calc((100% - 16px*0.25) / 1.25);
width: calc((100% - 16px*0.25) / 1.25);
}
.row.no-gutter .col-80 {
width: 80%;
}
.row .col-75 {
width: 75%;
width: -webkit-calc((100% - 16px*0.33333333333333326) / 1.3333333333333333);
width: calc((100% - 16px*0.33333333333333326) / 1.3333333333333333);
}
.row.no-gutter .col-75 {
width: 75%;
}
.row .col-70 {
width: 70%;
width: -webkit-calc((100% - 16px*0.4285714285714286) / 1.4285714285714286);
width: calc((100% - 16px*0.4285714285714286) / 1.4285714285714286);
}
.row.no-gutter .col-70 {
width: 70%;
}
.row .col-66 {
width: 66.66666666666666%;
width: -webkit-calc((100% - 16px*0.5000000000000002) / 1.5000000000000002);
width: calc((100% - 16px*0.5000000000000002) / 1.5000000000000002);
}
.row.no-gutter .col-66 {
width: 66.66666666666666%;
}
.row .col-65 {
width: 65%;
width: -webkit-calc((100% - 16px*0.5384615384615385) / 1.5384615384615385);
width: calc((100% - 16px*0.5384615384615385) / 1.5384615384615385);
}
.row.no-gutter .col-65 {
width: 65%;
}
.row .col-60 {
width: 60%;
width: -webkit-calc((100% - 16px*0.6666666666666667) / 1.6666666666666667);
width: calc((100% - 16px*0.6666666666666667) / 1.6666666666666667);
}
.row.no-gutter .col-60 {
width: 60%;
}
.row .col-55 {
width: 55%;
width: -webkit-calc((100% - 16px*0.8181818181818181) / 1.8181818181818181);
width: calc((100% - 16px*0.8181818181818181) / 1.8181818181818181);
}
.row.no-gutter .col-55 {
width: 55%;
}
.row .col-50 {
width: 50%;
width: -webkit-calc((100% - 16px*1) / 2);
width: calc((100% - 16px*1) / 2);
}
.row.no-gutter .col-50 {
width: 50%;
}
.row .col-45 {
width: 45%;
width: -webkit-calc((100% - 16px*1.2222222222222223) / 2.2222222222222223);
width: calc((100% - 16px*1.2222222222222223) / 2.2222222222222223);
}
.row.no-gutter .col-45 {
width: 45%;
}
.row .col-40 {
width: 40%;
width: -webkit-calc((100% - 16px*1.5) / 2.5);
width: calc((100% - 16px*1.5) / 2.5);
}
.row.no-gutter .col-40 {
width: 40%;
}
.row .col-35 {
width: 35%;
width: -webkit-calc((100% - 16px*1.8571428571428572) / 2.857142857142857);
width: calc((100% - 16px*1.8571428571428572) / 2.857142857142857);
}
.row.no-gutter .col-35 {
width: 35%;
}
.row .col-33 {
width: 33.333333333333336%;
width: -webkit-calc((100% - 16px*2) / 3);
width: calc((100% - 16px*2) / 3);
}
.row.no-gutter .col-33 {
width: 33.333333333333336%;
}
.row .col-30 {
width: 30%;
width: -webkit-calc((100% - 16px*2.3333333333333335) / 3.3333333333333335);
width: calc((100% - 16px*2.3333333333333335) / 3.3333333333333335);
}
.row.no-gutter .col-30 {
width: 30%;
}
.row .col-25 {
width: 25%;
width: -webkit-calc((100% - 16px*3) / 4);
width: calc((100% - 16px*3) / 4);
}
.row.no-gutter .col-25 {
width: 25%;
}
.row .col-20 {
width: 20%;
width: -webkit-calc((100% - 16px*4) / 5);
width: calc((100% - 16px*4) / 5);
}
.row.no-gutter .col-20 {
width: 20%;
}
.row .col-15 {
width: 15%;
width: -webkit-calc((100% - 16px*5.666666666666667) / 6.666666666666667);
width: calc((100% - 16px*5.666666666666667) / 6.666666666666667);
}
.row.no-gutter .col-15 {
width: 15%;
}
.row .col-10 {
width: 10%;
width: -webkit-calc((100% - 16px*9) / 10);
width: calc((100% - 16px*9) / 10);
}
.row.no-gutter .col-10 {
width: 10%;
}
.row .col-5 {
width: 5%;
width: -webkit-calc((100% - 16px*19) / 20);
width: calc((100% - 16px*19) / 20);
}
.row.no-gutter .col-5 {
width: 5%;
}
.row .col-auto:nth-last-child(1),
.row .col-auto:nth-last-child(1) ~ .col-auto {
width: 100%;
width: -webkit-calc((100% - 16px*0) / 1);
width: calc((100% - 16px*0) / 1);
}
.row.no-gutter .col-auto:nth-last-child(1),
.row.no-gutter .col-auto:nth-last-child(1) ~ .col-auto {
width: 100%;
}
.row .col-auto:nth-last-child(2),
.row .col-auto:nth-last-child(2) ~ .col-auto {
width: 50%;
width: -webkit-calc((100% - 16px*1) / 2);
width: calc((100% - 16px*1) / 2);
}
.row.no-gutter .col-auto:nth-last-child(2),
.row.no-gutter .col-auto:nth-last-child(2) ~ .col-auto {
width: 50%;
}
.row .col-auto:nth-last-child(3),
.row .col-auto:nth-last-child(3) ~ .col-auto {
width: 33.33333333%;
width: -webkit-calc((100% - 16px*2) / 3);
width: calc((100% - 16px*2) / 3);
}
.row.no-gutter .col-auto:nth-last-child(3),
.row.no-gutter .col-auto:nth-last-child(3) ~ .col-auto {
width: 33.33333333%;
}
.row .col-auto:nth-last-child(4),
.row .col-auto:nth-last-child(4) ~ .col-auto {
width: 25%;
width: -webkit-calc((100% - 16px*3) / 4);
width: calc((100% - 16px*3) / 4);
}
.row.no-gutter .col-auto:nth-last-child(4),
.row.no-gutter .col-auto:nth-last-child(4) ~ .col-auto {
width: 25%;
}
.row .col-auto:nth-last-child(5),
.row .col-auto:nth-last-child(5) ~ .col-auto {
width: 20%;
width: -webkit-calc((100% - 16px*4) / 5);
width: calc((100% - 16px*4) / 5);
}
.row.no-gutter .col-auto:nth-last-child(5),
.row.no-gutter .col-auto:nth-last-child(5) ~ .col-auto {
width: 20%;
}
.row .col-auto:nth-last-child(6),
.row .col-auto:nth-last-child(6) ~ .col-auto {
width: 16.66666667%;
width: -webkit-calc((100% - 16px*5) / 6);
width: calc((100% - 16px*5) / 6);
}
.row.no-gutter .col-auto:nth-last-child(6),
.row.no-gutter .col-auto:nth-last-child(6) ~ .col-auto {
width: 16.66666667%;
}
.row .col-auto:nth-last-child(7),
.row .col-auto:nth-last-child(7) ~ .col-auto {
width: 14.28571429%;
width: -webkit-calc((100% - 16px*6) / 7);
width: calc((100% - 16px*6) / 7);
}
.row.no-gutter .col-auto:nth-last-child(7),
.row.no-gutter .col-auto:nth-last-child(7) ~ .col-auto {
width: 14.28571429%;
}
.row .col-auto:nth-last-child(8),
.row .col-auto:nth-last-child(8) ~ .col-auto {
width: 12.5%;
width: -webkit-calc((100% - 16px*7) / 8);
width: calc((100% - 16px*7) / 8);
}
.row.no-gutter .col-auto:nth-last-child(8),
.row.no-gutter .col-auto:nth-last-child(8) ~ .col-auto {
width: 12.5%;
}
.row .col-auto:nth-last-child(9),
.row .col-auto:nth-last-child(9) ~ .col-auto {
width: 11.11111111%;
width: -webkit-calc((100% - 16px*8) / 9);
width: calc((100% - 16px*8) / 9);
}
.row.no-gutter .col-auto:nth-last-child(9),
.row.no-gutter .col-auto:nth-last-child(9) ~ .col-auto {
width: 11.11111111%;
}
.row .col-auto:nth-last-child(10),
.row .col-auto:nth-last-child(10) ~ .col-auto {
width: 10%;
width: -webkit-calc((100% - 16px*9) / 10);
width: calc((100% - 16px*9) / 10);
}
.row.no-gutter .col-auto:nth-last-child(10),
.row.no-gutter .col-auto:nth-last-child(10) ~ .col-auto {
width: 10%;
}
.row .col-auto:nth-last-child(11),
.row .col-auto:nth-last-child(11) ~ .col-auto {
width: 9.09090909%;
width: -webkit-calc((100% - 16px*10) / 11);
width: calc((100% - 16px*10) / 11);
}
.row.no-gutter .col-auto:nth-last-child(11),
.row.no-gutter .col-auto:nth-last-child(11) ~ .col-auto {
width: 9.09090909%;
}
.row .col-auto:nth-last-child(12),
.row .col-auto:nth-last-child(12) ~ .col-auto {
width: 8.33333333%;
width: -webkit-calc((100% - 16px*11) / 12);
width: calc((100% - 16px*11) / 12);
}
.row.no-gutter .col-auto:nth-last-child(12),
.row.no-gutter .col-auto:nth-last-child(12) ~ .col-auto {
width: 8.33333333%;
}
.row .col-auto:nth-last-child(13),
.row .col-auto:nth-last-child(13) ~ .col-auto {
width: 7.69230769%;
width: -webkit-calc((100% - 16px*12) / 13);
width: calc((100% - 16px*12) / 13);
}
.row.no-gutter .col-auto:nth-last-child(13),
.row.no-gutter .col-auto:nth-last-child(13) ~ .col-auto {
width: 7.69230769%;
}
.row .col-auto:nth-last-child(14),
.row .col-auto:nth-last-child(14) ~ .col-auto {
width: 7.14285714%;
width: -webkit-calc((100% - 16px*13) / 14);
width: calc((100% - 16px*13) / 14);
}
.row.no-gutter .col-auto:nth-last-child(14),
.row.no-gutter .col-auto:nth-last-child(14) ~ .col-auto {
width: 7.14285714%;
}
.row .col-auto:nth-last-child(15),
.row .col-auto:nth-last-child(15) ~ .col-auto {
width: 6.66666667%;
width: -webkit-calc((100% - 16px*14) / 15);
width: calc((100% - 16px*14) / 15);
}
.row.no-gutter .col-auto:nth-last-child(15),
.row.no-gutter .col-auto:nth-last-child(15) ~ .col-auto {
width: 6.66666667%;
}
.row .col-auto:nth-last-child(16),
.row .col-auto:nth-last-child(16) ~ .col-auto {
width: 6.25%;
width: -webkit-calc((100% - 16px*15) / 16);
width: calc((100% - 16px*15) / 16);
}
.row.no-gutter .col-auto:nth-last-child(16),
.row.no-gutter .col-auto:nth-last-child(16) ~ .col-auto {
width: 6.25%;
}
.row .col-auto:nth-last-child(17),
.row .col-auto:nth-last-child(17) ~ .col-auto {
width: 5.88235294%;
width: -webkit-calc((100% - 16px*16) / 17);
width: calc((100% - 16px*16) / 17);
}
.row.no-gutter .col-auto:nth-last-child(17),
.row.no-gutter .col-auto:nth-last-child(17) ~ .col-auto {
width: 5.88235294%;
}
.row .col-auto:nth-last-child(18),
.row .col-auto:nth-last-child(18) ~ .col-auto {
width: 5.55555556%;
width: -webkit-calc((100% - 16px*17) / 18);
width: calc((100% - 16px*17) / 18);
}
.row.no-gutter .col-auto:nth-last-child(18),
.row.no-gutter .col-auto:nth-last-child(18) ~ .col-auto {
width: 5.55555556%;
}
.row .col-auto:nth-last-child(19),
.row .col-auto:nth-last-child(19) ~ .col-auto {
width: 5.26315789%;
width: -webkit-calc((100% - 16px*18) / 19);
width: calc((100% - 16px*18) / 19);
}
.row.no-gutter .col-auto:nth-last-child(19),
.row.no-gutter .col-auto:nth-last-child(19) ~ .col-auto {
width: 5.26315789%;
}
.row .col-auto:nth-last-child(20),
.row .col-auto:nth-last-child(20) ~ .col-auto {
width: 5%;
width: -webkit-calc((100% - 16px*19) / 20);
width: calc((100% - 16px*19) / 20);
}
.row.no-gutter .col-auto:nth-last-child(20),
.row.no-gutter .col-auto:nth-last-child(20) ~ .col-auto {
width: 5%;
}
.row .col-auto:nth-last-child(21),
.row .col-auto:nth-last-child(21) ~ .col-auto {
width: 4.76190476%;
width: -webkit-calc((100% - 16px*20) / 21);
width: calc((100% - 16px*20) / 21);
}
.row.no-gutter .col-auto:nth-last-child(21),
.row.no-gutter .col-auto:nth-last-child(21) ~ .col-auto {
width: 4.76190476%;
}
@media all and (min-width: 768px) {
.row .tablet-100 {
width: 100%;
width: -webkit-calc((100% - 16px*0) / 1);
width: calc((100% - 16px*0) / 1);
}
.row.no-gutter .tablet-100 {
width: 100%;
}
.row .tablet-95 {
width: 95%;
width: -webkit-calc((100% - 16px*0.05263157894736836) / 1.0526315789473684);
width: calc((100% - 16px*0.05263157894736836) / 1.0526315789473684);
}
.row.no-gutter .tablet-95 {
width: 95%;
}
.row .tablet-90 {
width: 90%;
width: -webkit-calc((100% - 16px*0.11111111111111116) / 1.1111111111111112);
width: calc((100% - 16px*0.11111111111111116) / 1.1111111111111112);
}
.row.no-gutter .tablet-90 {
width: 90%;
}
.row .tablet-85 {
width: 85%;
width: -webkit-calc((100% - 16px*0.17647058823529416) / 1.1764705882352942);
width: calc((100% - 16px*0.17647058823529416) / 1.1764705882352942);
}
.row.no-gutter .tablet-85 {
width: 85%;
}
.row .tablet-80 {
width: 80%;
width: -webkit-calc((100% - 16px*0.25) / 1.25);
width: calc((100% - 16px*0.25) / 1.25);
}
.row.no-gutter .tablet-80 {
width: 80%;
}
.row .tablet-75 {
width: 75%;
width: -webkit-calc((100% - 16px*0.33333333333333326) / 1.3333333333333333);
width: calc((100% - 16px*0.33333333333333326) / 1.3333333333333333);
}
.row.no-gutter .tablet-75 {
width: 75%;
}
.row .tablet-70 {
width: 70%;
width: -webkit-calc((100% - 16px*0.4285714285714286) / 1.4285714285714286);
width: calc((100% - 16px*0.4285714285714286) / 1.4285714285714286);
}
.row.no-gutter .tablet-70 {
width: 70%;
}
.row .tablet-66 {
width: 66.66666666666666%;
width: -webkit-calc((100% - 16px*0.5000000000000002) / 1.5000000000000002);
width: calc((100% - 16px*0.5000000000000002) / 1.5000000000000002);
}
.row.no-gutter .tablet-66 {
width: 66.66666666666666%;
}
.row .tablet-65 {
width: 65%;
width: -webkit-calc((100% - 16px*0.5384615384615385) / 1.5384615384615385);
width: calc((100% - 16px*0.5384615384615385) / 1.5384615384615385);
}
.row.no-gutter .tablet-65 {
width: 65%;
}
.row .tablet-60 {
width: 60%;
width: -webkit-calc((100% - 16px*0.6666666666666667) / 1.6666666666666667);
width: calc((100% - 16px*0.6666666666666667) / 1.6666666666666667);
}
.row.no-gutter .tablet-60 {
width: 60%;
}
.row .tablet-55 {
width: 55%;
width: -webkit-calc((100% - 16px*0.8181818181818181) / 1.8181818181818181);
width: calc((100% - 16px*0.8181818181818181) / 1.8181818181818181);
}
.row.no-gutter .tablet-55 {
width: 55%;
}
.row .tablet-50 {
width: 50%;
width: -webkit-calc((100% - 16px*1) / 2);
width: calc((100% - 16px*1) / 2);
}
.row.no-gutter .tablet-50 {
width: 50%;
}
.row .tablet-45 {
width: 45%;
width: -webkit-calc((100% - 16px*1.2222222222222223) / 2.2222222222222223);
width: calc((100% - 16px*1.2222222222222223) / 2.2222222222222223);
}
.row.no-gutter .tablet-45 {
width: 45%;
}
.row .tablet-40 {
width: 40%;
width: -webkit-calc((100% - 16px*1.5) / 2.5);
width: calc((100% - 16px*1.5) / 2.5);
}
.row.no-gutter .tablet-40 {
width: 40%;
}
.row .tablet-35 {
width: 35%;
width: -webkit-calc((100% - 16px*1.8571428571428572) / 2.857142857142857);
width: calc((100% - 16px*1.8571428571428572) / 2.857142857142857);
}
.row.no-gutter .tablet-35 {
width: 35%;
}
.row .tablet-33 {
width: 33.333333333333336%;
width: -webkit-calc((100% - 16px*2) / 3);
width: calc((100% - 16px*2) / 3);
}
.row.no-gutter .tablet-33 {
width: 33.333333333333336%;
}
.row .tablet-30 {
width: 30%;
width: -webkit-calc((100% - 16px*2.3333333333333335) / 3.3333333333333335);
width: calc((100% - 16px*2.3333333333333335) / 3.3333333333333335);
}
.row.no-gutter .tablet-30 {
width: 30%;
}
.row .tablet-25 {
width: 25%;
width: -webkit-calc((100% - 16px*3) / 4);
width: calc((100% - 16px*3) / 4);
}
.row.no-gutter .tablet-25 {
width: 25%;
}
.row .tablet-20 {
width: 20%;
width: -webkit-calc((100% - 16px*4) / 5);
width: calc((100% - 16px*4) / 5);
}
.row.no-gutter .tablet-20 {
width: 20%;
}
.row .tablet-15 {
width: 15%;
width: -webkit-calc((100% - 16px*5.666666666666667) / 6.666666666666667);
width: calc((100% - 16px*5.666666666666667) / 6.666666666666667);
}
.row.no-gutter .tablet-15 {
width: 15%;
}
.row .tablet-10 {
width: 10%;
width: -webkit-calc((100% - 16px*9) / 10);
width: calc((100% - 16px*9) / 10);
}
.row.no-gutter .tablet-10 {
width: 10%;
}
.row .tablet-5 {
width: 5%;
width: -webkit-calc((100% - 16px*19) / 20);
width: calc((100% - 16px*19) / 20);
}
.row.no-gutter .tablet-5 {
width: 5%;
}
.row .tablet-auto:nth-last-child(1),
.row .tablet-auto:nth-last-child(1) ~ .col-auto {
width: 100%;
width: -webkit-calc((100% - 16px*0) / 1);
width: calc((100% - 16px*0) / 1);
}
.row.no-gutter .tablet-auto:nth-last-child(1),
.row.no-gutter .tablet-auto:nth-last-child(1) ~ .tablet-auto {
width: 100%;
}
.row .tablet-auto:nth-last-child(2),
.row .tablet-auto:nth-last-child(2) ~ .col-auto {
width: 50%;
width: -webkit-calc((100% - 16px*1) / 2);
width: calc((100% - 16px*1) / 2);
}
.row.no-gutter .tablet-auto:nth-last-child(2),
.row.no-gutter .tablet-auto:nth-last-child(2) ~ .tablet-auto {
width: 50%;
}
.row .tablet-auto:nth-last-child(3),
.row .tablet-auto:nth-last-child(3) ~ .col-auto {
width: 33.33333333%;
width: -webkit-calc((100% - 16px*2) / 3);
width: calc((100% - 16px*2) / 3);
}
.row.no-gutter .tablet-auto:nth-last-child(3),
.row.no-gutter .tablet-auto:nth-last-child(3) ~ .tablet-auto {
width: 33.33333333%;
}
.row .tablet-auto:nth-last-child(4),
.row .tablet-auto:nth-last-child(4) ~ .col-auto {
width: 25%;
width: -webkit-calc((100% - 16px*3) / 4);
width: calc((100% - 16px*3) / 4);
}
.row.no-gutter .tablet-auto:nth-last-child(4),
.row.no-gutter .tablet-auto:nth-last-child(4) ~ .tablet-auto {
width: 25%;
}
.row .tablet-auto:nth-last-child(5),
.row .tablet-auto:nth-last-child(5) ~ .col-auto {
width: 20%;
width: -webkit-calc((100% - 16px*4) / 5);
width: calc((100% - 16px*4) / 5);
}
.row.no-gutter .tablet-auto:nth-last-child(5),
.row.no-gutter .tablet-auto:nth-last-child(5) ~ .tablet-auto {
width: 20%;
}
.row .tablet-auto:nth-last-child(6),
.row .tablet-auto:nth-last-child(6) ~ .col-auto {
width: 16.66666667%;
width: -webkit-calc((100% - 16px*5) / 6);
width: calc((100% - 16px*5) / 6);
}
.row.no-gutter .tablet-auto:nth-last-child(6),
.row.no-gutter .tablet-auto:nth-last-child(6) ~ .tablet-auto {
width: 16.66666667%;
}
.row .tablet-auto:nth-last-child(7),
.row .tablet-auto:nth-last-child(7) ~ .col-auto {
width: 14.28571429%;
width: -webkit-calc((100% - 16px*6) / 7);
width: calc((100% - 16px*6) / 7);
}
.row.no-gutter .tablet-auto:nth-last-child(7),
.row.no-gutter .tablet-auto:nth-last-child(7) ~ .tablet-auto {
width: 14.28571429%;
}
.row .tablet-auto:nth-last-child(8),
.row .tablet-auto:nth-last-child(8) ~ .col-auto {
width: 12.5%;
width: -webkit-calc((100% - 16px*7) / 8);
width: calc((100% - 16px*7) / 8);
}
.row.no-gutter .tablet-auto:nth-last-child(8),
.row.no-gutter .tablet-auto:nth-last-child(8) ~ .tablet-auto {
width: 12.5%;
}
.row .tablet-auto:nth-last-child(9),
.row .tablet-auto:nth-last-child(9) ~ .col-auto {
width: 11.11111111%;
width: -webkit-calc((100% - 16px*8) / 9);
width: calc((100% - 16px*8) / 9);
}
.row.no-gutter .tablet-auto:nth-last-child(9),
.row.no-gutter .tablet-auto:nth-last-child(9) ~ .tablet-auto {
width: 11.11111111%;
}
.row .tablet-auto:nth-last-child(10),
.row .tablet-auto:nth-last-child(10) ~ .col-auto {
width: 10%;
width: -webkit-calc((100% - 16px*9) / 10);
width: calc((100% - 16px*9) / 10);
}
.row.no-gutter .tablet-auto:nth-last-child(10),
.row.no-gutter .tablet-auto:nth-last-child(10) ~ .tablet-auto {
width: 10%;
}
.row .tablet-auto:nth-last-child(11),
.row .tablet-auto:nth-last-child(11) ~ .col-auto {
width: 9.09090909%;
width: -webkit-calc((100% - 16px*10) / 11);
width: calc((100% - 16px*10) / 11);
}
.row.no-gutter .tablet-auto:nth-last-child(11),
.row.no-gutter .tablet-auto:nth-last-child(11) ~ .tablet-auto {
width: 9.09090909%;
}
.row .tablet-auto:nth-last-child(12),
.row .tablet-auto:nth-last-child(12) ~ .col-auto {
width: 8.33333333%;
width: -webkit-calc((100% - 16px*11) / 12);
width: calc((100% - 16px*11) / 12);
}
.row.no-gutter .tablet-auto:nth-last-child(12),
.row.no-gutter .tablet-auto:nth-last-child(12) ~ .tablet-auto {
width: 8.33333333%;
}
.row .tablet-auto:nth-last-child(13),
.row .tablet-auto:nth-last-child(13) ~ .col-auto {
width: 7.69230769%;
width: -webkit-calc((100% - 16px*12) / 13);
width: calc((100% - 16px*12) / 13);
}
.row.no-gutter .tablet-auto:nth-last-child(13),
.row.no-gutter .tablet-auto:nth-last-child(13) ~ .tablet-auto {
width: 7.69230769%;
}
.row .tablet-auto:nth-last-child(14),
.row .tablet-auto:nth-last-child(14) ~ .col-auto {
width: 7.14285714%;
width: -webkit-calc((100% - 16px*13) / 14);
width: calc((100% - 16px*13) / 14);
}
.row.no-gutter .tablet-auto:nth-last-child(14),
.row.no-gutter .tablet-auto:nth-last-child(14) ~ .tablet-auto {
width: 7.14285714%;
}
.row .tablet-auto:nth-last-child(15),
.row .tablet-auto:nth-last-child(15) ~ .col-auto {
width: 6.66666667%;
width: -webkit-calc((100% - 16px*14) / 15);
width: calc((100% - 16px*14) / 15);
}
.row.no-gutter .tablet-auto:nth-last-child(15),
.row.no-gutter .tablet-auto:nth-last-child(15) ~ .tablet-auto {
width: 6.66666667%;
}
.row .tablet-auto:nth-last-child(16),
.row .tablet-auto:nth-last-child(16) ~ .col-auto {
width: 6.25%;
width: -webkit-calc((100% - 16px*15) / 16);
width: calc((100% - 16px*15) / 16);
}
.row.no-gutter .tablet-auto:nth-last-child(16),
.row.no-gutter .tablet-auto:nth-last-child(16) ~ .tablet-auto {
width: 6.25%;
}
.row .tablet-auto:nth-last-child(17),
.row .tablet-auto:nth-last-child(17) ~ .col-auto {
width: 5.88235294%;
width: -webkit-calc((100% - 16px*16) / 17);
width: calc((100% - 16px*16) / 17);
}
.row.no-gutter .tablet-auto:nth-last-child(17),
.row.no-gutter .tablet-auto:nth-last-child(17) ~ .tablet-auto {
width: 5.88235294%;
}
.row .tablet-auto:nth-last-child(18),
.row .tablet-auto:nth-last-child(18) ~ .col-auto {
width: 5.55555556%;
width: -webkit-calc((100% - 16px*17) / 18);
width: calc((100% - 16px*17) / 18);
}
.row.no-gutter .tablet-auto:nth-last-child(18),
.row.no-gutter .tablet-auto:nth-last-child(18) ~ .tablet-auto {
width: 5.55555556%;
}
.row .tablet-auto:nth-last-child(19),
.row .tablet-auto:nth-last-child(19) ~ .col-auto {
width: 5.26315789%;
width: -webkit-calc((100% - 16px*18) / 19);
width: calc((100% - 16px*18) / 19);
}
.row.no-gutter .tablet-auto:nth-last-child(19),
.row.no-gutter .tablet-auto:nth-last-child(19) ~ .tablet-auto {
width: 5.26315789%;
}
.row .tablet-auto:nth-last-child(20),
.row .tablet-auto:nth-last-child(20) ~ .col-auto {
width: 5%;
width: -webkit-calc((100% - 16px*19) / 20);
width: calc((100% - 16px*19) / 20);
}
.row.no-gutter .tablet-auto:nth-last-child(20),
.row.no-gutter .tablet-auto:nth-last-child(20) ~ .tablet-auto {
width: 5%;
}
.row .tablet-auto:nth-last-child(21),
.row .tablet-auto:nth-last-child(21) ~ .col-auto {
width: 4.76190476%;
width: -webkit-calc((100% - 16px*20) / 21);
width: calc((100% - 16px*20) / 21);
}
.row.no-gutter .tablet-auto:nth-last-child(21),
.row.no-gutter .tablet-auto:nth-last-child(21) ~ .tablet-auto {
width: 4.76190476%;
}
}
/* === Views === */
.views,
.view {
position: relative;
width: 100%;
height: 100%;
z-index: 5000;
}
.views {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.view {
overflow: hidden;
box-sizing: border-box;
}
/* === Pages === */
.pages {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.page {
box-sizing: border-box;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #fff;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.page.cached {
display: none;
}
.page-on-left {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.page-on-right {
opacity: 0;
pointer-events: none;
-webkit-transform: translate3d(0, 56px, 0);
transform: translate3d(0, 56px, 0);
}
.page-content {
overflow: auto;
-webkit-overflow-scrolling: touch;
box-sizing: border-box;
height: 100%;
position: relative;
z-index: 1;
}
.page-transitioning {
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
.page-from-right-to-center {
pointer-events: none;
-webkit-animation: pageFromRightToCenter 300ms forwards;
animation: pageFromRightToCenter 300ms forwards;
}
.page-from-center-to-right {
pointer-events: none;
-webkit-animation: pageFromCenterToRight 300ms forwards;
animation: pageFromCenterToRight 300ms forwards;
}
@-webkit-keyframes pageFromRightToCenter {
from {
opacity: 0;
-webkit-transform: translate3d(0, 56px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
}
}
@keyframes pageFromRightToCenter {
from {
opacity: 0;
transform: translate3d(0, 56px, 0);
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes pageFromCenterToRight {
from {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 56px, 0);
}
}
@keyframes pageFromCenterToRight {
from {
opacity: 1;
transform: translate3d(0, 0, 0);
}
to {
opacity: 0;
transform: translate3d(0, 56px, 0);
}
}
.page-from-center-to-left {
-webkit-animation: pageFromCenterToLeft 300ms forwards;
animation: pageFromCenterToLeft 300ms forwards;
}
.page-from-left-to-center {
-webkit-animation: pageFromLeftToCenter 300ms forwards;
animation: pageFromLeftToCenter 300ms forwards;
}
@-webkit-keyframes pageFromCenterToLeft {
from {
opacity: 1;
}
to {
opacity: 1;
}
}
@keyframes pageFromCenterToLeft {
from {
opacity: 1;
}
to {
opacity: 1;
}
}
@-webkit-keyframes pageFromLeftToCenter {
from {
opacity: 1;
}
to {
opacity: 1;
}
}
@keyframes pageFromLeftToCenter {
from {
opacity: 1;
}
to {
opacity: 1;
}
}
/* === Toolbars === */
.navbar-inner,
.toolbar-inner {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
box-sizing: border-box;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.navbar-inner {
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.toolbar-inner {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.navbar-inner.cached {
display: none;
}
.navbar,
.toolbar {
width: 100%;
box-sizing: border-box;
position: relative;
margin: 0;
z-index: 500;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
color: #fff;
}
.navbar b,
.toolbar b {
font-weight: 500;
}
.navbar ~ .toolbar {
z-index: 499;
}
.navbar,
.toolbar,
.subnavbar {
background: #40865c;
}
.navbar a.link,
.toolbar a.link,
.subnavbar a.link {
text-decoration: none;
position: relative;
color: #fff;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
padding: 0 16px;
min-width: 48px;
}
.navbar a.link:before,
.toolbar a.link:before,
.subnavbar a.link:before {
content: '';
width: 152%;
height: 152%;
position: absolute;
left: -26%;
top: -26%;
background-image: -webkit-radial-gradient(center, circle cover, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0) 66%);
background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0) 66%);
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
opacity: 0;
pointer-events: none;
-webkit-transition-duration: 600ms;
transition-duration: 600ms;
}
html:not(.watch-active-state) .navbar a.link:active:before,
html:not(.watch-active-state) .toolbar a.link:active:before,
html:not(.watch-active-state) .subnavbar a.link:active:before,
.navbar a.link.active-state:before,
.toolbar a.link.active-state:before,
.subnavbar a.link.active-state:before {
opacity: 1;
-webkit-transition-duration: 150ms;
transition-duration: 150ms;
}
.navbar a.link i + span,
.toolbar a.link i + span,
.subnavbar a.link i + span,
.navbar a.link i + i,
.toolbar a.link i + i,
.subnavbar a.link i + i,
.navbar a.link span + i,
.toolbar a.link span + i,
.subnavbar a.link span + i,
.navbar a.link span + span,
.toolbar a.link span + span,
.subnavbar a.link span + span {
margin-left: 8px;
}
.navbar a.icon-only,
.toolbar a.icon-only,
.subnavbar a.icon-only {
min-width: 0;
-webkit-box-flex: 0;
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
}
.navbar i.icon,
.toolbar i.icon,
.subnavbar i.icon {
display: block;
}
.navbar .center,
.subnavbar .center {
font-size: 20px;
font-weight: 500;
text-align: center;
margin: 0 16px;
position: relative;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 56px;
display: inline-block;
text-align: left;
}
.navbar .left,
.subnavbar .left,
.navbar .right,
.subnavbar .right {
-webkit-box-flex: 0;
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.navbar .right,
.subnavbar .right {
margin-left: auto;
}
.navbar .right:first-child,
.subnavbar .right:first-child {
position: absolute;
right: 16px;
height: 100%;
}
.navbar {
left: 0;
top: 0;
height: 56px;
font-size: 20px;
}
.navbar a.link {
line-height: 56px;
height: 56px;
}
.popup .navbar {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.subnavbar {
height: 48px;
width: 100%;
position: absolute;
left: 0;
top: 100%;
z-index: 20;
box-sizing: border-box;
padding: 0 16px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
overflow: hidden;
}
.subnavbar a.link {
line-height: 48px;
height: 48px;
}
.subnavbar .center {
line-height: 48px;
}
.subnavbar .center:first-child {
margin-left: 56px;
}
.navbar.no-border .subnavbar {
margin-top: 0;
}
.navbar-on-left .subnavbar,
.navbar-on-right .subnavbar {
pointer-events: none;
}
.navbar .subnavbar,
.page .subnavbar {
position: absolute;
}
.page > .subnavbar {
top: 0;
margin-top: 0;
}
.subnavbar > .buttons-row {
width: 100%;
}
.subnavbar .searchbar,
.subnavbar.searchbar {
position: absolute;
}
.subnavbar.searchbar,
.subnavbar .searchbar {
position: absolute;
}
.subnavbar .searchbar {
left: 0;
top: 0;
}
.toolbar {
left: 0;
bottom: 0;
height: 48px;
font-size: 14px;
}
.toolbar a.link {
line-height: 48px;
height: 48px;
}
.toolbar a {
-webkit-box-flex: 1;
-webkit-flex-shrink: 1;
-ms-flex: 0 1 auto;
flex-shrink: 1;
position: relative;
white-space: nowrap;
text-overflow: ellipsis;
}
.tabbar {
z-index: 5001;
overflow: hidden;
bottom: auto;
top: 0;
}
.tabbar .toolbar-inner {
padding-left: 0;
padding-right: 0;
}
.tabbar a.link {
line-height: 1.4;
}
.tabbar a.tab-link,
.tabbar a.link {
height: 100%;
width: 100%;
box-sizing: border-box;
padding-left: 0;
padding-right: 0;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex: 1;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
font-size: 14px;
text-transform: uppercase;
}
.tabbar i.icon {
height: 24px;
}
.tabbar a.tab-link {
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
overflow: hidden;
color: rgba(255, 255, 255, 0.7);
position: relative;
}
.tabbar a.tab-link.active,
html:not(.watch-active-state) .tabbar a.tab-link:active,
.tabbar a.tab-link.active-state {
color: #ffffff;
}
.tabbar .tab-link-highlight {
position: absolute;
left: 0;
bottom: 0;
height: 3px;
background: #275238;
background: rgba(255, 255, 255, 0.5);
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
.tabbar-labels {
height: 72px;
}
.tabbar-labels a.tab-link,
.tabbar-labels a.link {
padding-top: 12px;
padding-bottom: 12px;
height: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.tabbar-labels span.tabbar-label {
line-height: 1;
display: block;
margin: 0;
margin-top: 10px;
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: 100%;
}
.tabbar-scrollable .toolbar-inner {
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
overflow: auto;
}
.tabbar-scrollable .toolbar-inner::-webkit-scrollbar {
display: none !important;
width: 0 !important;
height: 0 !important;
-webkit-appearance: none;
opacity: 0 !important;
}
.tabbar-scrollable a.tab-link,
.tabbar-scrollable a.link {
width: auto;
-webkit-box-flex: 0;
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
-ms-flex: 0;
padding: 0 16px;
}
.toolbar-bottom {
bottom: 0;
top: auto;
}
.toolbar-bottom .tab-link-highlight {
bottom: auto;
top: 0;
}
.subnavbar input[type="text"],
.navbar input[type="text"],
.subnavbar input[type="password"],
.navbar input[type="password"],
.subnavbar input[type="search"],
.navbar input[type="search"],
.subnavbar input[type="email"],
.navbar input[type="email"],
.subnavbar input[type="tel"],
.navbar input[type="tel"],
.subnavbar input[type="url"],
.navbar input[type="url"] {
box-sizing: border-box;
width: 100%;
height: 32px;
display: block;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
border-radius: 0;
font-family: inherit;
color: #fff;
font-size: 16px;
font-weight: 400;
background-color: transparent;
padding: 0;
border-bottom: 1px solid #fff;
}
.subnavbar input[type="text"]::-webkit-input-placeholder,
.navbar input[type="text"]::-webkit-input-placeholder,
.subnavbar input[type="password"]::-webkit-input-placeholder,
.navbar input[type="password"]::-webkit-input-placeholder,
.subnavbar input[type="search"]::-webkit-input-placeholder,
.navbar input[type="search"]::-webkit-input-placeholder,
.subnavbar input[type="email"]::-webkit-input-placeholder,
.navbar input[type="email"]::-webkit-input-placeholder,
.subnavbar input[type="tel"]::-webkit-input-placeholder,
.navbar input[type="tel"]::-webkit-input-placeholder,
.subnavbar input[type="url"]::-webkit-input-placeholder,
.navbar input[type="url"]::-webkit-input-placeholder {
color: #ffffff;
opacity: 1;
}
/* === Relation between toolbar/navbar types and pages === */
.page > .navbar,
.view > .navbar,
.views > .navbar,
.page > .toolbar,
.view > .toolbar,
.views > .toolbar {
position: absolute;
}
.subnavbar ~ .page-content {
padding-top: 48px;
}
.toolbar-fixed .page-content,
.tabbar-fixed .page-content {
padding-top: 48px;
}
.tabbar-labels-fixed .page-content {
padding-top: 72px;
}
.toolbar ~ .page-content {
padding-top: 48px;
}
.tabbar-labels ~ .page-content {
padding-top: 72px;
}
.toolbar-bottom ~ .page-content,
.messagebar ~ .page-content {
padding-top: 0;
padding-bottom: 48px;
}
.tabbar-labels.toolbar-bottom ~ .page-content {
padding-bottom: 72px;
}
.navbar-fixed .page-content {
padding-top: 56px;
}
.navbar-fixed.toolbar-fixed .page-content,
.navbar-fixed.tabbar-fixed .page-content,
.navbar-fixed .toolbar-fixed .page-content,
.navbar-fixed .tabbar-fixed .page-content,
.toolbar-fixed .navbar-fixed .page-content,
.tabbar-fixed .navbar-fixed .page-content {
padding-top: 104px;
}
.navbar-fixed.tabbar-labels-fixed .page-content,
.navbar-fixed .tabbar-labels-fixed .page-content,
.tabbar-labels-fixed .navbar-fixed .page-content {
padding-top: 128px;
}
.navbar-fixed .toolbar ~ .page-content {
padding-top: 104px;
}
.navbar-fixed .messagebar ~ .page-content,
.navbar-fixed .toolbar-bottom ~ .page-content {
padding-top: 56px;
}
.navbar-fixed .tabbar-labels ~ .page-content {
padding-top: 128px;
}
.navbar-fixed .tabbar-labels.toolbar-bottom ~ .page-content {
padding-top: 56px;
}
.navbar-fixed .with-subnavbar .page-content,
.navbar-fixed .page-content.with-subnavbar,
.navbar-fixed .subnavbar ~ .page-content {
padding-top: 104px;
}
.navbar-fixed .page .subnavbar,
.navbar-fixed.page .subnavbar {
top: 56px;
}
.navbar-fixed .toolbar {
top: 56px;
}
.navbar-fixed .messagebar,
.navbar-fixed .toolbar-bottom {
top: auto;
}
.navbar.navbar-hiding {
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.navbar.navbar-hiding ~ .page-content .list-group-title,
.navbar.navbar-hiding ~ .pages .list-group-title,
.navbar.navbar-hiding ~ .page .list-group-title {
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
}
.navbar.navbar-hiding ~ .page-content .subnavbar,
.navbar.navbar-hiding ~ .pages .subnavbar,
.navbar.navbar-hiding ~ .page .subnavbar {
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
}
.navbar.navbar-hiding ~ .subnavbar,
.navbar.navbar-hiding ~ .toolbar {
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
}
.navbar.navbar-hidden {
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.navbar.navbar-hidden ~ .page-content .list-group-title,
.navbar.navbar-hidden ~ .pages .list-group-title,
.navbar.navbar-hidden ~ .page .list-group-title {
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
top: -56px;
}
.navbar.navbar-hidden ~ .page-content .subnavbar,
.navbar.navbar-hidden ~ .pages .subnavbar,
.navbar.navbar-hidden ~ .page .subnavbar {
-webkit-transform: translate3d(0, -56px, 0);
transform: translate3d(0, -56px, 0);
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
}
.navbar.navbar-hidden ~ .subnavbar,
.navbar.navbar-hidden ~ .toolbar:not(.messagebar):not(.toolbar-bottom) {
-webkit-transform: translate3d(0, -56px, 0);
transform: translate3d(0, -56px, 0);
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
}
.page.no-navbar .page-content {
padding-top: 0;
}
.page.no-navbar.with-subnavbar .page-content,
.with-subnavbar .page.no-navbar .page-content,
.page.no-navbar .page-content.with-subnavbar {
padding-top: 48px;
}
.toolbar.toolbar-hiding,
.tabbar.toolbar-hiding,
.toolbar.tabbar-hiding,
.tabbar.tabbar-hiding {
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.toolbar.toolbar-hidden,
.tabbar.toolbar-hidden,
.toolbar.tabbar-hidden,
.tabbar.tabbar-hidden {
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
}
.toolbar.toolbar-hidden,
.tabbar.toolbar-hidden,
.toolbar.tabbar-hidden,
.tabbar.tabbar-hidden {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.navbar ~ .toolbar.toolbar-hidden,
.navbar ~ .tabbar.toolbar-hidden,
.navbar ~ .toolbar.tabbar-hidden,
.navbar ~ .tabbar.tabbar-hidden {
-webkit-transform: translate3d(0, -104px, 0);
transform: translate3d(0, -104px, 0);
}
.navbar ~ .toolbar.tabbar-labels.toolbar-hidden,
.navbar ~ .tabbar.tabbar-labels.toolbar-hidden {
-webkit-transform: translate3d(0, -128px, 0);
transform: translate3d(0, -128px, 0);
}
.toolbar.toolbar-hidden.messagebar,
.tabbar.toolbar-hidden.messagebar,
.toolbar.toolbar-hidden.toolbar-bottom,
.tabbar.toolbar-hidden.toolbar-bottom {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.page.no-toolbar .page-content,
.page.no-tabbar .page-content {
padding-bottom: 0;
}
/* === Search Bar === */
.searchbar {
height: 48px;
width: 100%;
background: #40865c;
box-sizing: border-box;
padding: 0 16px;
overflow: hidden;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
color: #fff;
}
.searchbar a {
position: relative;
color: #fff;
}
.searchbar a:before {
content: '';
width: 152%;
height: 152%;
position: absolute;
left: -26%;
top: -26%;
background-image: -webkit-radial-gradient(center, circle cover, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0) 66%);
background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0) 66%);
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
opacity: 0;
pointer-events: none;
-webkit-transition-duration: 600ms;
transition-duration: 600ms;
}
html:not(.watch-active-state) .searchbar a:active:before,
.searchbar a.active-state:before {
opacity: 1;
-webkit-transition-duration: 150ms;
transition-duration: 150ms;
}
.searchbar .searchbar-input {
width: 100%;
height: 32px;
position: relative;
-webkit-box-flex: 1;
-webkit-flex-shrink: 1;
-ms-flex: 0 1 auto;
flex-shrink: 1;
}
.searchbar input[type="search"] {
box-sizing: border-box;
width: 100%;
height: 32px;
display: block;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
border-radius: 0;
font-family: inherit;
color: #fff;
font-size: 16px;
font-weight: 400;
padding: 0;
border-bottom: 1px solid #fff;
height: 100%;
padding: 0 36px 0 24px;
background-color: transparent;
background-repeat: no-repeat;
background-position: 0 center;
opacity: 0.6;
-webkit-background-size: 24px 24px;
background-size: 24px 24px;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23FFFFFF'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.searchbar input[type="search"]::-webkit-input-placeholder {
color: #ffffff;
opacity: 1;
}
.searchbar input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.searchbar .searchbar-clear {
position: absolute;
width: 56px;
height: 100%;
right: -16px;
top: 0;
opacity: 0;
pointer-events: none;
background-position: center;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23fff'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
-webkit-background-size: 24px 24px;
background-size: 24px 24px;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
cursor: pointer;
}
.searchbar .searchbar-cancel {
display: none;
}
.searchbar.searchbar-active input[type="search"] {
opacity: 1;
}
.searchbar.searchbar-active .searchbar-clear {
pointer-events: auto;
opacity: 1;
}
.searchbar.searchbar-not-empty .searchbar-clear {
pointer-events: auto;
opacity: 1;
}
.searchbar-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 100;
opacity: 0;
pointer-events: none;
background: rgba(0, 0, 0, 0.25);
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.searchbar-overlay.searchbar-overlay-active {
opacity: 1;
pointer-events: auto;
}
.searchbar-not-found {
display: none;
}
.hidden-by-searchbar,
.list-block .hidden-by-searchbar,
.list-block li.hidden-by-searchbar {
display: none;
}
.page > .searchbar {
position: absolute;
width: 100%;
left: 0;
top: 0;
z-index: 200;
}
.page > .searchbar ~ .page-content {
padding-top: 48px;
}
.navbar-fixed .page > .searchbar,
.navbar-through .page > .searchbar,
.navbar-fixed > .searchbar,
.navbar-through > .searchbar {
top: 56px;
}
.navbar-fixed .page > .searchbar ~ .page-content,
.navbar-through .page > .searchbar ~ .page-content,
.navbar-fixed > .searchbar ~ .page-content,
.navbar-through > .searchbar ~ .page-content {
padding-top: 104px;
}
/* === Message Bar === */
.toolbar.messagebar {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
background: #fff;
height: 48px;
top: auto;
bottom: 0;
font-size: 16px;
overflow: hidden;
}
.toolbar.messagebar:before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: auto;
right: auto;
height: 1px;
width: 100%;
background-color: #d1d1d1;
display: block;
z-index: 15;
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
html.pixel-ratio-2 .toolbar.messagebar:before {
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
html.pixel-ratio-3 .toolbar.messagebar:before {
-webkit-transform: scaleY(0.33);
transform: scaleY(0.33);
}
.toolbar.messagebar textarea {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: none;
background: none;
border-radius: 0;
box-shadow: none;
display: block;
padding: 3px 8px 3px;
margin: 0;
width: 100%;
height: 28px;
color: #333;
font-size: 16px;
line-height: 22px;
font-family: inherit;
resize: none;
-webkit-box-flex: 1;
-webkit-flex-shrink: 1;
-ms-flex: 0 1 auto;
flex-shrink: 1;
}
.toolbar.messagebar a.link {
color: #333;
-ms-flex-item-align: flex-end;
-webkit-align-self: flex-end;
align-self: flex-end;
height: 48px;
line-height: 48px;
}
.toolbar.messagebar a.link:before {
background-image: -webkit-radial-gradient(center, circle cover, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0) 66%);
background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0) 66%);
}
.toolbar.messagebar .link {
-webkit-box-flex: 0;
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
}
.toolbar.messagebar ~ .page-content {
padding-bottom: 48px;
}
.page.no-toolbar .toolbar.messagebar ~ .page-content {
padding-bottom: 48px;
}
.hidden-toolbar .toolbar.messagebar {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-duration: 0ms;
transition-duration: 0ms;
}
/* === Icons === */
i.icon {
display: inline-block;
vertical-align: middle;
background-size: 100% auto;
background-position: center;
background-repeat: no-repeat;
font-style: normal;
position: relative;
/* Material Icons http://google.github.io/material-design-icons/ */
}
i.icon.icon-back {
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
i.icon.icon-forward {
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
i.icon.icon-bars {
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
i.icon.icon-camera {
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23333'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Ccircle%20cx%3D'12'%20cy%3D'12'%20r%3D'3.2'%2F%3E%3Cpath%20d%3D'M9%202L7.17%204H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2h-3.17L15%202H9zm3%2015c-2.76%200-5-2.24-5-5s2.24-5%205-5%205%202.24%205%205-2.24%205-5%205z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
i.icon.icon-f7 {
width: 24px;
height: 24px;
background-image: url("../img/i-f7-material.png");
border-radius: 3px;
}
i.icon.icon-next,
i.icon.icon-prev {
width: 24px;
height: 24px;
}
i.icon.icon-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ffffff'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
i.icon.icon-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ffffff'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
i.icon.icon-plus {
width: 24px;
height: 24px;
font-size: 0;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23FFFFFF'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
i.icon.icon-close {
width: 24px;
height: 24px;
font-size: 0;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23FFFFFF'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.badge {
font-size: 10px;
display: inline-block;
color: #fff;
background: #8e8e93;
border-radius: 3px;
padding: 1px 6px;
box-sizing: border-box;
vertical-align: middle;
}
.icon .badge {
position: absolute;
left: 100%;
margin-left: -10px;
top: -2px;
font-size: 10px;
line-height: 1.4;
padding: 1px 5px;
}
/* === Content Block === */
.content-block {
margin: 32px 0;
padding: 0 16px;
box-sizing: border-box;
}
.content-block.no-hairlines:before,
.content-block.no-hairlines ul:before,
.content-block.no-hairlines .content-block-inner:before {
display: none;
}
.content-block.no-hairlines:after,
.content-block.no-hairlines ul:after,
.content-block.no-hairlines .content-block-inner:after {
display: none;
}
.content-block-title {
position: relative;
overflow: hidden;
margin: 0;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
line-height: 1;
margin: 16px 16px 16px;
padding-top: 16px;
line-height: 16px;
font-weight: 500;
color: rgba(0, 0, 0, 0.54);
}
.content-block-title + .list-block,
.content-block-title + .content-block,
.content-block-title + .card {
margin-top: 0px;
}
.content-block-inner {
padding: 16px 16px;
margin-left: -16px;
width: 100%;
position: relative;
}
.content-block-inner:before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: auto;
right: auto;
height: 1px;
width: 100%;
background-color: rgba(0, 0, 0, 0.12);
display: block;
z-index: 15;
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
html.pixel-ratio-2 .content-block-inner:before {
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
html.pixel-ratio-3 .content-block-inner:before {
-webkit-transform: scaleY(0.33);
transform: scaleY(0.33);
}
.content-block-inner:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
right: auto;
top: auto;
height: 1px;
width: 100%;
background-color: rgba(0, 0, 0, 0.12);
display: block;
z-index: 15;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
html.pixel-ratio-2 .content-block-inner:after {
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
html.pixel-ratio-3 .content-block-inner:after {
-webkit-transform: scaleY(0.33);
transform: scaleY(0.33);
}
.content-block-inner > p:first-child {
margin-top: 0;
}
.content-block-inner > p:last-child {
margin-bottom: 0;
}
.content-block.inset {
margin-left: 16px;
margin-right: 16px;
border-radius: 7px;
}
.content-block.inset .content-block-inner {
border-radius: 4px;
}
.content-block.inset .content-block-inner:before {
display: none;
}
.content-block.inset .content-block-inner:after {
display: none;
}
@media all and (min-width: 768px) {
.content-block.tablet-inset {
margin-left: 16px;
margin-right: 16px;
border-radius: 4px;
}
.content-block.tablet-inset .content-block-inner {
border-radius: 4px;
}
.content-block.tablet-inset .content-block-inner:before {
display: none;
}
.content-block.tablet-inset .content-block-inner:after {
display: none;
}
}
/* === Lists === */
.list-block {
margin: 32px 0;
font-size: 16px;
}
.list-block ul {
list-style: none;
padding: 0;
margin: 0;
position: relative;
}
.list-block ul:before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: auto;
right: auto;
height: 1px;
width: 100%;
background-color: rgba(0, 0, 0, 0.12);
display: block;
z-index: 15;
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
html.pixel-ratio-2 .list-block ul:before {
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
html.pixel-ratio-3 .list-block ul:before {
-webkit-transform: scaleY(0.33);
transform: scaleY(0.33);
}
.list-block ul:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
right: auto;
top: auto;
height: 1px;
width: 100%;
background-color: rgba(0, 0, 0, 0.12);
display: block;
z-index: 15;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
html.pixel-ratio-2 .list-block ul:after {
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
html.pixel-ratio-3 .list-block ul:after {
-webkit-transform: scaleY(0.33);
transform: scaleY(0.33);
}
.list-block ul ul {
padding-left: 56px;
}
.list-block ul ul:before {
display: none;
}
.list-block ul ul:after {
display: none;
}
.list-block .align-top,
.list-block .align-top .item-content,
.list-block .align-top .item-inner {
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.list-block.inset {
margin-left: 16px;
margin-right: 16px;
border-radius: 4px;
}
.list-block.inset .content-block-title {
margin-left: 0;
margin-right: 0;
}
.list-block.inset ul {
border-radius: 4px;
}
.list-block.inset ul:before {
display: none;
}
.list-block.inset ul:after {
display: none;
}
.list-block.inset li:first-child > a {
border-radius: 4px 4px 0 0;
}
.list-block.inset li:last-child > a {
border-radius: 0 0 4px 4px;
}
.list-block.inset li:first-child:last-child > a {
border-radius: 4px;
}
@media all and (min-width: 768px) {
.list-block.tablet-inset {
margin-left: 16px;
margin-right: 16px;
border-radius: 4px;
}
.list-block.tablet-inset .content-block-title {
margin-left: 0;
margin-right: 0;
}
.list-block.tablet-inset ul {
border-radius: 4px;
}
.list-block.tablet-inset ul:before {
display: none;
}
.list-block.tablet-inset ul:after {
display: none;
}
.list-block.tablet-inset li:first-child > a {
border-radius: 4px 4px 0 0;
}
.list-block.tablet-inset li:last-child > a {
border-radius: 0 0 4px 4px;
}
.list-block.tablet-inset li:first-child:last-child > a {
border-radius: 4px;
}
.list-block.tablet-inset .content-block-title {
margin-left: 0;
margin-right: 0;
}
.list-block.tablet-inset ul {
border-radius: 4px;
}
.list-block.tablet-inset ul:before {
display: none;
}
.list-block.tablet-inset ul:after {
display: none;
}
.list-block.tablet-inset li:first-child > a {
border-radius: 4px 4px 0 0;
}
.list-block.tablet-inset li:last-child > a {
border-radius: 0 0 4px 4px;
}
.list-block.tablet-inset li:first-child:last-child > a {
border-radius: 4px;
}
}
.list-block li {
box-sizing: border-box;
position: relative;
}
.list-block .item-media {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-flex: 0;
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
-webkit-box-lines: single;
-moz-box-lines: single;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: none;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
box-sizing: border-box;
padding-top: 8px;
padding-bottom: 8px;
min-width: 40px;
}
.list-block .item-media i + i {
margin-left: 8px;
}
.list-block .item-media i + img {
margin-left: 8px;
}
.list-block .item-media + .item-inner {
margin-left: 16px;
}
.list-block .item-inner {
padding-right: 16px;
position: relative;
width: 100%;
padding-top: 8px;
padding-bottom: 8px;
min-height: 48px;
box-sizing: border-box;
-webkit-box-flex: 1;
-ms-flex: 1;
min-width: 0;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-item-align: stretch;
-webkit-align-self: stretch;
align-self: stretch;
}
.list-block .item-inner:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
right: auto;
top: auto;
height: 1px;
width: 100%;
background-color: rgba(0, 0, 0, 0.12);
display: block;
z-index: 15;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
html.pixel-ratio-2 .list-block .item-inner:after {
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
html.pixel-ratio-3 .list-block .item-inner:after {
-webkit-transform: scaleY(0.33);
transform: scaleY(0.33);
}
.list-block .item-title {
min-width: 0;
-webkit-box-flex: 1;
-webkit-flex-shrink: 1;
-ms-flex: 0 1 auto;
flex-shrink: 1;
white-space: nowrap;
position: relative;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}
.list-block .item-after {
white-space: nowrap;
color: #757575;
-webkit-box-flex: 0;
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
margin-left: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
max-height: 28px;
font-size: 14px;
}
.list-block .smart-select .item-after,
.list-block .autocomplete-opener .item-after {
max-width: 70%;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
display: block;
}
.list-block .item-link {
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
display: block;
color: inherit;
position: relative;
overflow: hidden;
z-index: 0;
}
.list-block .item-link .item-inner {
padding-right: 42px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2060%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'm60%2061.5-38.25%2038.25-9.75-9.75%2029.25-28.5-29.25-28.5%209.75-9.75z'%20fill%3D'%23c7c7cc'%2F%3E%3C%2Fsvg%3E");
background-size: 10px 20px;
background-repeat: no-repeat;
background-position: 95% center;
background-position: -webkit-calc(100% - 16px) center;
background-position: calc(100% - 16px) center;
}
html:not(.watch-active-state) .list-block .item-link:active,
.list-block .item-link.active-state {
background-color: rgba(0, 0, 0, 0.1);
}
.list-block .item-link.list-button {
padding: 0 16px;
font-size: 16px;
display: block;
line-height: 48px;
}
.list-block .item-content {
box-sizing: border-box;
padding-left: 16px;
min-height: 48px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.list-block .list-block-label {
margin: 10px 0 35px;
padding: 0 16px;
font-size: 14px;
color: rgba(0, 0, 0, 0.54);
}
.list-block .swipeout {
overflow: hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.list-block .swipeout.deleting {
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
.list-block .swipeout.deleting .swipeout-content {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.list-block .swipeout.transitioning .swipeout-content,
.list-block .swipeout.transitioning .swipeout-actions-right a,
.list-block .swipeout.transitioning .swipeout-actions-left a,
.list-block .swipeout.transitioning .swipeout-overswipe {
-webkit-transition: 300ms;
transition: 300ms;
}
.list-block .swipeout-content {
position: relative;
z-index: 10;
}
.list-block .swipeout-overswipe {
-webkit-transition: 200ms left;
transition: 200ms left;
}
.list-block .swipeout-actions-left,
.list-block .swipeout-actions-right {
position: absolute;
top: 0;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.list-block .swipeout-actions-left a,
.list-block .swipeout-actions-right a {
padding: 0 24px;
color: #fff;
background: #c7c7cc;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
position: relative;
left: 0;
}
.list-block .swipeout-actions-left a:after,
.list-block .swipeout-actions-right a:after {
content: '';
position: absolute;
top: 0;
width: 600%;
height: 100%;
background: inherit;
z-index: -1;
}
.list-block .swipeout-actions-left a.swipeout-delete,
.list-block .swipeout-actions-right a.swipeout-delete {
background: #f44336;
}
.list-block .swipeout-actions-right {
right: 0%;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.list-block .swipeout-actions-right a:after {
left: 100%;
margin-left: -1px;
}
.list-block .swipeout-actions-left {
left: 0%;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.list-block .swipeout-actions-left a:after {
right: 100%;
margin-right: -1px;
}
.list-block .item-subtitle {
font-size: 14px;
position: relative;
overflow: hidden;
white-space: nowrap;
max-width: 100%;
text-overflow: ellipsis;
}
.list-block .item-text {
font-size: 14px;
color: #757575;
line-height: 20px;
position: relative;
overflow: hidden;
max-height: 40px;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -webkit-box;
}
.list-block.media-list .item-inner,
.list-block li.media-item .item-inner {
display: block;
padding-top: 14px;
padding-bottom: 14px;
-ms-flex-item-align: stretch;
-webkit-align-self: stretch;
align-self: stretch;
}
.list-block.media-list .item-link .item-inner,
.list-block li.media-item .item-link .item-inner {
background: none;
padding-right: 16px;
}
.list-block.media-list .item-link .item-title-row,
.list-block li.media-item .item-link .item-title-row {
padding-right: 26px;
background: no-repeat right top;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2060%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'm60%2061.5-38.25%2038.25-9.75-9.75%2029.25-28.5-29.25-28.5%209.75-9.75z'%20fill%3D'%23c7c7cc'%2F%3E%3C%2Fsvg%3E");
background-size: 10px 20px;
}
.list-block.media-list .item-media,
.list-block li.media-item .item-media {
padding-top: 14px;
padding-bottom: 14px;
-ms-flex-item-align: flex-start;
-webkit-align-self: flex-start;
align-self: flex-start;
}
.list-block.media-list .item-media img,
.list-block li.media-item .item-media img {
display: block;
}
.list-block.media-list .item-title-row,
.list-block li.media-item .item-title-row {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.list-block.media-list .item-content > .item-after,
.list-block li.media-item .item-content > .item-after {
padding-top: 14px;
padding-bottom: 14px;
-ms-flex-item-align: flex-start;
-webkit-align-self: flex-start;
align-self: flex-start;
}
.list-block .list-group ul:after,
.list-block .list-group ul:before {
z-index: 11;
}
.list-block .list-group + .list-group ul:before {
display: none;
}
.list-block .item-divider,
.list-block .list-group-title {
background: #f4f4f4;
padding: 0px 16px;
white-space: nowrap;
position: relative;
max-width: 100%;
text-overflow: ellipsis;
overflow: hidden;
color: rgba(0, 0, 0, 0.54);
height: 48px;
box-sizing: border-box;
line-height: 48px;
font-size: 14px;
}
.list-block .item-divider:before,
.list-block .list-group-title:before {
display: none;
}
.list-block .list-group-title {
position: relative;
position: -webkit-sticky;
position: -moz-sticky;
position: sticky;
top: 0px;
z-index: 10;
margin-top: 0;
}
.list-block .sortable-handler {
position: absolute;
right: 0;
top: 0;
bottom: 1px;
z-index: 10;
background-repeat: no-repeat;
background-size: 18px 12px;
background-position: center;
width: 50px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2018%2012'%20fill%3D'%23c7c7cc'%3E%3Cpath%20d%3D'M0%2C2V0h22v2H0z'%2F%3E%3Cpath%20d%3D'M0%2C7V5h22v2H0z'%2F%3E%3Cpath%20d%3D'M0%2C12v-2h22v2H0z'%2F%3E%3C%2Fsvg%3E");
opacity: 0;
visibility: hidden;
cursor: pointer;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
.list-block.sortable .item-inner {
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
.list-block.sortable-opened .sortable-handler {
visibility: visible;
opacity: 1;
}
.list-block.sortable-opened .item-inner,
.list-block.sortable-opened .item-link .item-inner {
padding-right: 50px;
}
.list-block.sortable-opened .item-link .item-inner,
.list-block.sortable-opened .item-link .item-title-row {
background-image: none;
}
.list-block.sortable-sorting li {
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
.list-block li.sorting {
z-index: 50;
background: rgba(255, 255, 255, 0.8);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
-webkit-transition-duration: 0ms;
transition-duration: 0ms;
}
.list-block li.sorting .item-inner:after {
display: none;
}
.list-block li:last-child .list-button:after {
display: none;
}
.list-block li:last-child .item-inner:after,
.list-block li:last-child li:last-child .item-inner:after {
display: none;
}
.list-block li li:last-child .item-inner:after,
.list-block li:last-child li .item-inner:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
right: auto;
top: auto;
height: 1px;
width: 100%;
background-color: rgba(0, 0, 0, 0.12);
display: block;
z-index: 15;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
html.pixel-ratio-2 .list-block li li:last-child .item-inner:after,
html.pixel-ratio-2 .list-block li:last-child li .item-inner:after {
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
html.pixel-ratio-3 .list-block li li:last-child .item-inner:after,
html.pixel-ratio-3 .list-block li:last-child li .item-inner:after {
-webkit-transform: scaleY(0.33);
transform: scaleY(0.33);
}
.list-block.no-hairlines:before,
.list-block.no-hairlines ul:before,
.list-block.no-hairlines .content-block-inner:before {
display: none;
}
.list-block.no-hairlines:after,
.list-block.no-hairlines ul:after,
.list-block.no-hairlines .content-block-inner:after {
display: none;
}
.list-block.no-hairlines-between .item-inner:after,
.list-block.no-hairlines-between .list-button:after,
.list-block.no-hairlines-between .item-divider:after,
.list-block.no-hairlines-between .list-group-title:after,
.list-block.no-hairlines-between .list-group-title:after {
display: none;
}
/* === Forms === */
.list-block input[type="text"],
.list-block input[type="password"],
.list-block input[type="search"],
.list-block input[type="email"],
.list-block input[type="tel"],
.list-block input[type="url"],
.list-block input[type="date"],
.list-block input[type="datetime-local"],
.list-block input[type="time"],
.list-block input[type="number"],
.list-block select,
.list-block textarea {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
box-sizing: border-box;
border: none;
background: none;
border-radius: 0 0 0 0;
box-shadow: none;
display: block;
padding: 0;
margin: 0;
width: 100%;
height: 36px;
color: #212121;
font-size: 16px;
font-family: inherit;
}
.list-block input[type="text"]::-webkit-input-placeholder,
.list-block input[type="password"]::-webkit-input-placeholder,
.list-block input[type="search"]::-webkit-input-placeholder,
.list-block input[type="email"]::-webkit-input-placeholder,
.list-block input[type="tel"]::-webkit-input-placeholder,
.list-block input[type="url"]::-webkit-input-placeholder,
.list-block input[type="date"]::-webkit-input-placeholder,
.list-block input[type="datetime-local"]::-webkit-input-placeholder,
.list-block input[type="time"]::-webkit-input-placeholder,
.list-block input[type="number"]::-webkit-input-placeholder,
.list-block select::-webkit-input-placeholder,
.list-block textarea::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.35);
}
.list-block .label,
.list-block .floating-label {
vertical-align: top;
color: rgba(0, 0, 0, 0.65);
-webkit-transition-duration: 200ms;
transition-duration: 200ms;
width: 35%;
-webkit-box-flex: 0;
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
}
.list-block input[type="date"],
.list-block input[type="datetime-local"] {
line-height: 44px;
}
.list-block select {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
}
.list-block textarea {
resize: none;
line-height: 1.4;
padding-top: 8px;
padding-bottom: 7px;
height: 100px;
}
.list-block textarea.resizable {
height: 36px;
}
.list-block .item-input {
width: 100%;
-ms-flex: 1;
-webkit-box-flex: 1;
-webkit-flex-shrink: 1;
-ms-flex: 0 1 auto;
flex-shrink: 1;
font-size: 0;
position: relative;
margin-bottom: 4px;
min-height: 36px;
}
.list-block .input-item ul:after,
.list-block.inputs-list ul:after {
display: none;
}
.list-block .input-item .item-media,
.list-block.inputs-list .item-media {
-ms-flex-item-align: flex-end;
-webkit-align-self: flex-end;
align-self: flex-end;
min-height: 36px;
margin-bottom: 8px;
padding: 0;
}
.list-block .input-item .item-inner,
.list-block.inputs-list .item-inner {
display: block;
margin-bottom: 4px;
padding-bottom: 0;
}
.list-block .input-item .item-inner:after,
.list-block.inputs-list .item-inner:after {
display: none;
}
.list-block .input-item .label,
.list-block.inputs-list .label,
.list-block .input-item .floating-label,
.list-block.inputs-list .floating-label {
width: 100%;
font-size: 12px;
}
.list-block .input-item .floating-label,
.list-block.inputs-list .floating-label {
-webkit-transform-origin: left;
transform-origin: left;
-webkit-transform: scale(1.33333333) translateY(21px);
transform: scale(1.33333333) translateY(21px);
color: rgba(0, 0, 0, 0.35);
width: auto;
max-width: 75%;
}
.list-block .input-item .floating-label ~ .item-input input::-webkit-input-placeholder,
.list-block.inputs-list .floating-label ~ .item-input input::-webkit-input-placeholder {
color: transparent;
}
.list-block .focus-state .floating-label,
.list-block .not-empty-state .floating-label {
color: rgba(0, 0, 0, 0.65);
-webkit-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
.list-block .focus-state .label,
.list-block .focus-state .floating-label {
color: #40865c;
}
.item-input-field,
.input-field {
position: relative;
}
.item-input-field:after,
.input-field:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
right: auto;
top: auto;
height: 1px;
width: 100%;
background-color: rgba(0, 0, 0, 0.12);
display: block;
z-index: 15;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
html.pixel-ratio-2 .item-input-field:after,
html.pixel-ratio-2 .input-field:after {
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
html.pixel-ratio-3 .item-input-field:after,
html.pixel-ratio-3 .input-field:after {
-webkit-transform: scaleY(0.33);
transform: scaleY(0.33);
}
.item-input-field:after,
.input-field:after {
-webkit-transition-duration: 200ms;
transition-duration: 200ms;
}
.item-input-field.focus-state:after,
.input-field.focus-state:after,
.item-input-field.not-empty-state:after,
.input-field.not-empty-state:after,
.focus-state .item-input-field:after,
.focus-state .input-field:after,
.not-empty-state .item-input-field:after,
.not-empty-state .input-field:after {
background: #40865c;
-webkit-transform: scaleY(2) !important;
transform: scaleY(2) !important;
}
textarea.resizable {
overflow: hidden;
}
.label-switch {
display: inline-block;
vertical-align: middle;
width: 36px;
height: 14px;
position: relative;
cursor: pointer;
-ms-flex-item-align: center;
-webkit-align-self: center;
align-self: center;
}
.label-switch .checkbox {
width: 36px;
border-radius: 36px;
box-sizing: border-box;
height: 14px;
background: #b0afaf;
z-index: 0;
margin: 0;
padding: 0;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
border: none;
cursor: pointer;
position: relative;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
.label-switch .checkbox:after {
content: ' ';
height: 20px;
width: 20px;
border-radius: 20px;
background: #fff;
position: absolute;
z-index: 2;
top: -3px;
left: 0px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
-webkit-transform: translateX(0px);
transform: translateX(0px);
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
.label-switch input[type="checkbox"] {
display: none;
}
.label-switch input[type="checkbox"]:checked + .checkbox {
background: rgba(64, 134, 92, 0.5);
}
.label-switch input[type="checkbox"]:checked + .checkbox:after {
-webkit-transform: translateX(16px);
transform: translateX(16px);
background: #40865c;
}
.item-input .label-switch {
top: 11px;
}
.button {
color: #40865c;
text-decoration: none;
text-align: center;
display: block;
border-radius: 2px;
line-height: 36px;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
background: none;
padding: 0 10px;
margin: 0;
height: 36px;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
text-transform: uppercase;
font-family: inherit;
cursor: pointer;
min-width: 64px;
padding: 0 8px;
position: relative;
overflow: hidden;
outline: 0;
border: none;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
input[type="submit"].button,
input[type="button"].button {
width: 100%;
}
html:not(.watch-active-state) .button:active,
.button.active-state {
background: rgba(0, 0, 0, 0.1);
}
.button.button-fill {
background-color: #40865c;
color: #fff;
}
html:not(.watch-active-state) .button.button-fill:active,
.button.button-fill.active-state {
background: #336a49;
}
.button.button-big {
height: 48px;
line-height: 48px;
border-radius: 3px;
}
.button i.icon + span,
.button span:not(.ripple-wave) + span,
.button span:not(.ripple-wave) + i.icon,
.button i.icon + i.icon {
margin-left: 8px;
}
.navbar .button:not(.button-fill),
.toolbar .button:not(.button-fill),
.subnavbar .button:not(.button-fill),
.notifications .button:not(.button-fill) {
color: #fff;
}
html:not(.watch-active-state) .navbar .button:not(.button-fill):active,
html:not(.watch-active-state) .toolbar .button:not(.button-fill):active,
html:not(.watch-active-state) .subnavbar .button:not(.button-fill):active,
html:not(.watch-active-state) .notifications .button:not(.button-fill):active,
.navbar .button:not(.button-fill).active-state,
.toolbar .button:not(.button-fill).active-state,
.subnavbar .button:not(.button-fill).active-state,
.notifications .button:not(.button-fill).active-state {
background: rgba(255, 255, 255, 0.15);
}
.button-raised {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
html:not(.watch-active-state) .button-raised:active,
.button-raised.active-state {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.buttons-row {
-ms-flex-item-align: center;
-webkit-align-self: center;
align-self: center;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-lines: single;
-moz-box-lines: single;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: none;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.buttons-row .button {
margin-left: 16px;
width: 100%;
-webkit-box-flex: 1;
-ms-flex: 1;
}
.buttons-row .button:first-child {
margin-left: 0;
}
.range-slider {
width: 100%;
position: relative;
overflow: hidden;
-ms-flex-item-align: center;
-webkit-align-self: center;
align-self: center;
}
.range-slider input[type="range"] {
position: relative;
height: 20px;
width: 100%;
margin: 0;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #b9b9b9), color-stop(100%, #b9b9b9));
background: linear-gradient(to right, #b9b9b9 0, #b9b9b9 100%);
background-position: center;
background-size: 100% 2px;
background-repeat: no-repeat;
outline: 0;
-ms-background-position-y: 500px;
}
.range-slider input[type="range"]:focus,
.range-slider input[type="range"]:active {
border: 0;
outline: 0 none;
}
.range-slider input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
border: none;
outline: 0;
height: 20px;
width: 20px;
position: relative;
background: #40865c;
border-radius: 20px;
}
.range-slider input[type="range"]::-webkit-slider-thumb:before {
position: absolute;
top: 50%;
right: 100%;
width: 2000px;
height: 2px;
margin-top: -1px;
z-index: 1;
background: #40865c;
content: ' ';
}
.range-slider input[type="range"]::-moz-range-track {
width: 100%;
height: 2px;
background: #b7b8b7;
border: none;
outline: 0;
}
.range-slider input[type="range"]::-moz-range-thumb {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
border: none;
outline: 0;
height: 20px;
width: 20px;
position: relative;
background: #40865c;
border-radius: 20px;
}
.range-slider input[type="range"]::-ms-track {
width: 100%;
height: 2px;
cursor: pointer;
background: transparent;
border-color: transparent;
color: transparent;
}
.range-slider input[type="range"]::-ms-thumb {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
border: none;
outline: 0;
height: 20px;
width: 20px;
position: relative;
background: #40865c;
border-radius: 20px;
}
.range-slider input[type="range"]::-ms-fill-lower {
background: #40865c;
}
.range-slider input[type="range"]::-ms-fill-upper {
background: #b7b8b7;
}
.item-input .range-slider {
top: 8px;
}
label.label-checkbox {
cursor: pointer;
}
label.label-checkbox i.icon-form-checkbox {
width: 18px;
height: 18px;
position: relative;
border-radius: 2px;
border: 2px solid #6d6d6d;
box-sizing: border-box;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
background: transparent;
}
label.label-checkbox i.icon-form-checkbox:after {
content: ' ';
position: absolute;
width: 18px;
height: 18px;
left: -2px;
top: -2px;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
opacity: 0;
background: no-repeat center;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ffffff'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M9%2016.17L4.83%2012l-1.42%201.41L9%2019%2021%207l-1.41-1.41z'%2F%3E%3C%2Fsvg%3E");
-webkit-background-size: 100% auto;
background-size: 100% auto;
}
label.label-checkbox input[type="checkbox"],
label.label-checkbox input[type="radio"] {
display: none;
}
label.label-checkbox input[type="checkbox"]:checked + .item-media i.icon-form-checkbox,
label.label-checkbox input[type="radio"]:checked + .item-media i.icon-form-checkbox,
label.label-checkbox input[type="checkbox"]:checked ~ .item-after i.icon-form-checkbox,
label.label-checkbox input[type="radio"]:checked ~ .item-after i.icon-form-checkbox,
label.label-checkbox input[type="checkbox"]:checked ~ .item-inner i.icon-form-checkbox,
label.label-checkbox input[type="radio"]:checked ~ .item-inner i.icon-form-checkbox {
border-color: #40865c;
background-color: #40865c;
}
label.label-checkbox input[type="checkbox"]:checked + .item-media i.icon-form-checkbox:after,
label.label-checkbox input[type="radio"]:checked + .item-media i.icon-form-checkbox:after,
label.label-checkbox input[type="checkbox"]:checked ~ .item-after i.icon-form-checkbox:after,
label.label-checkbox input[type="radio"]:checked ~ .item-after i.icon-form-checkbox:after,
label.label-checkbox input[type="checkbox"]:checked ~ .item-inner i.icon-form-checkbox:after,
label.label-checkbox input[type="radio"]:checked ~ .item-inner i.icon-form-checkbox:after {
opacity: 1;
}
label.label-radio {
cursor: pointer;
}
label.label-radio i.icon-form-radio {
width: 20px;
height: 20px;
position: relative;
border-radius: 20px;
border: 2px solid #6d6d6d;
box-sizing: border-box;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
label.label-radio i.icon-form-radio:after {
content: ' ';
position: absolute;
width: 10px;
height: 10px;
left: 50%;
top: 50%;
margin-left: -5px;
margin-top: -5px;
background-color: #40865c;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
label.label-radio input[type="checkbox"],
label.label-radio input[type="radio"] {
display: none;
}
label.label-radio input[type="checkbox"]:checked + .item-media i.icon-form-radio,
label.label-radio input[type="radio"]:checked + .item-media i.icon-form-radio,
label.label-radio input[type="checkbox"]:checked ~ .item-after i.icon-form-radio,
label.label-radio input[type="radio"]:checked ~ .item-after i.icon-form-radio,
label.label-radio input[type="checkbox"]:checked ~ .item-inner i.icon-form-radio,
label.label-radio input[type="radio"]:checked ~ .item-inner i.icon-form-radio {
border-color: #40865c;
}
label.label-radio input[type="checkbox"]:checked + .item-media i.icon-form-radio:after,
label.label-radio input[type="radio"]:checked + .item-media i.icon-form-radio:after,
label.label-radio input[type="checkbox"]:checked ~ .item-after i.icon-form-radio:after,
label.label-radio input[type="radio"]:checked ~ .item-after i.icon-form-radio:after,
label.label-radio input[type="checkbox"]:checked ~ .item-inner i.icon-form-radio:after,
label.label-radio input[type="radio"]:checked ~ .item-inner i.icon-form-radio:after {
background-color: #40865c;
-webkit-transform: scale(1);
transform: scale(1);
}
label.label-checkbox,
label.label-radio {
position: relative;
overflow: hidden;
z-index: 0;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
label.label-checkbox .item-after i.icon-form-checkbox,
label.label-radio .item-after i.icon-form-checkbox,
label.label-checkbox .item-after i.icon-form-radio,
label.label-radio .item-after i.icon-form-radio {
margin-left: 8px;
margin-right: 16px;
}
.media-list label.label-checkbox .item-media i.icon-form-checkbox,
.media-list label.label-radio .item-media i.icon-form-checkbox,
.media-item label.label-checkbox .item-media i.icon-form-checkbox,
.media-item label.label-radio .item-media i.icon-form-checkbox,
.media-list label.label-checkbox .item-media i.icon-form-radio,
.media-list label.label-radio .item-media i.icon-form-radio,
.media-item label.label-checkbox .item-media i.icon-form-radio,
.media-item label.label-radio .item-media i.icon-form-radio {
margin-top: 4px;
}
html:not(.watch-active-state) label.label-checkbox:active,
html:not(.watch-active-state) label.label-radio:active,
label.label-checkbox.active-state,
label.label-radio.active-state {
background-color: rgba(0, 0, 0, 0.1);
}
html:not(.watch-active-state) label.label-checkbox:active .item-inner:after,
html:not(.watch-active-state) label.label-radio:active .item-inner:after,
label.label-checkbox.active-state .item-inner:after,
label.label-radio.active-state .item-inner:after {
background-color: transparent;
}
.smart-select select {
display: none;
}
/* === Floating Action Button === */
.floating-button {
position: absolute;
right: 16px;
bottom: 16px;
width: 56px;
height: 56px;
border-radius: 50%;
z-index: 1500;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
background-color: #40865c;
color: #fff;
overflow: hidden;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
html:not(.watch-active-state) .floating-button:active,
.floating-button.active-state {
background: #336a49;
}
.floating-button-toolbar,
.speed-dial {
position: absolute;
right: 16px;
bottom: 16px;
z-index: 1500;
}
.floating-button-toolbar .floating-button,
.speed-dial .floating-button {
right: 0;
bottom: 0;
position: relative;
}
.speed-dial .floating-button i {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
.speed-dial .floating-button i + i {
-webkit-transform: translate3d(-50%, -50%, 0) rotate(-90deg) scale(0.5);
transform: translate3d(-50%, -50%, 0) rotate(-90deg) scale(0.5);
opacity: 0;
}
.speed-dial.speed-dial-opened .floating-button i {
-webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale(0.5);
transform: translate3d(-50%, -50%, 0) rotate(90deg) scale(0.5);
opacity: 0;
}
.speed-dial.speed-dial-opened .floating-button i + i {
-webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
opacity: 1;
}
.speed-dial-buttons {
position: absolute;
width: 40px;
left: 50%;
margin-left: -20px;
bottom: 100%;
margin-bottom: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-moz-box-orient: vertical;
-moz-box-direction: reverse;
-ms-flex-direction: column-reverse;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse;
visibility: hidden;
pointer-events: none;
}
.speed-dial-buttons a {
width: 40px;
height: 40px;
opacity: 0;
color: #fff;
border-radius: 50%;
position: relative;
z-index: 1;
overflow: hidden;
background-color: #40865c;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-transform: translate3d(0, 8px, 0) scale(0.3);
transform: translate3d(0, 8px, 0) scale(0.3);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
html:not(.watch-active-state) .speed-dial-buttons a:active,
.speed-dial-buttons a.active-state {
background: #336a49;
}
.speed-dial-buttons a + a {
margin-bottom: 16px;
}
.speed-dial-opened .speed-dial-buttons {
visibility: visible;
pointer-events: auto;
}
.speed-dial-opened .speed-dial-buttons a {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0) scaleY(1);
transform: translate3d(0, 0, 0) scaleY(1);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.speed-dial-opened .speed-dial-buttons a:nth-child(2) {
-webkit-transition-delay: 50ms;
transition-delay: 50ms;
}
.speed-dial-opened .speed-dial-buttons a:nth-child(3) {
-webkit-transition-delay: 100ms;
transition-delay: 100ms;
}
.speed-dial-opened .speed-dial-buttons a:nth-child(4) {
-webkit-transition-delay: 150ms;
transition-delay: 150ms;
}
.speed-dial-opened .speed-dial-buttons a:nth-child(5) {
-webkit-transition-delay: 200ms;
transition-delay: 200ms;
}
.speed-dial-opened .speed-dial-buttons a:nth-child(6) {
-webkit-transition-delay: 250ms;
transition-delay: 250ms;
}
.floating-button-to-popover.floating-button-to-popover {
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
.floating-button-to-popover.floating-button-to-popover-in {
-webkit-transition-duration: 100ms;
transition-duration: 100ms;
}
.floating-button-to-popover.floating-button-to-popover-in i {
opacity: 0;
-webkit-transition-duration: 100ms;
transition-duration: 100ms;
}
.floating-button-to-popover.floating-button-to-popover-scale {
border-radius: 0;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
box-shadow: none;
}
.floating-button-to-popover.floating-button-to-popover-out {
-webkit-transition-delay: 0ms;
transition-delay: 0ms;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
.floating-button-to-popover.floating-button-to-popover-out i {
opacity: 1;
-webkit-transition-duration: 100ms;
transition-duration: 100ms;
-webkit-transition-delay: 200ms;
transition-delay: 200ms;
}
/* === Modals === */
.modal-overlay,
.preloader-indicator-overlay,
.popup-overlay,
.picker-modal-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
z-index: 13000;
visibility: hidden;
opacity: 0;
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
}
.modal-overlay.modal-overlay-visible,
.preloader-indicator-overlay.modal-overlay-visible,
.popup-overlay.modal-overlay-visible,
.picker-modal-overlay.modal-overlay-visible {
visibility: visible;
opacity: 1;
}
.popup-overlay {
z-index: 10500;
}
.picker-modal-overlay {
z-index: 12000;
}
.modal {
width: 280px;
position: absolute;
z-index: 13500;
left: 50%;
margin-left: -140px;
margin-top: 0;
top: 50%;
border-radius: 3px;
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) scale(1.185);
transform: translate3d(0, 0, 0) scale(1.185);
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
color: #757575;
display: none;
background: #fff;
font-size: 16px;
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.modal.modal-in {
opacity: 1;
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
}
.modal.modal-out {
opacity: 0;
z-index: 13499;
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
-webkit-transform: translate3d(0, 0, 0) scale(0.815);
transform: translate3d(0, 0, 0) scale(0.815);
}
.modal-inner {
padding: 24px 24px 20px;
position: relative;
}
.modal-title {
font-weight: 500;
font-size: 20px;
color: #212121;
line-height: 1.3;
}
.modal-title + .modal-text {
margin-top: 20px;
}
.modal-text {
line-height: 1.5;
}
.modal-buttons {
height: 48px;
padding: 6px 8px;
overflow: hidden;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.modal-buttons.modal-buttons-vertical {
display: block;
height: auto;
padding: 0 0 8px 0;
}
.modal-buttons.modal-buttons-vertical .modal-button {
margin-left: 0;
text-align: right;
height: 48px;
line-height: 48px;
border-radius: 0;
padding-left: 16px;
padding-right: 16px;
}
.modal-button,
.modal-buttons .button {
color: #40865c;
text-decoration: none;
text-align: center;
display: block;
border-radius: 2px;
line-height: 36px;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
background: none;
padding: 0 10px;
margin: 0;
height: 36px;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
text-transform: uppercase;
font-family: inherit;
cursor: pointer;
min-width: 64px;
padding: 0 8px;
position: relative;
overflow: hidden;
outline: 0;
border: none;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-user-select: none;
user-select: none;
}
input[type="submit"].modal-button,
input[type="submit"].modal-buttons .button,
input[type="button"].modal-button,
input[type="button"].modal-buttons .button {
width: 100%;
}
html:not(.watch-active-state) .modal-button:active,
html:not(.watch-active-state) .modal-buttons .button:active,
.modal-button.active-state,
.modal-buttons .button.active-state {
background: rgba(0, 0, 0, 0.1);
}
.modal-button.button-fill,
.modal-buttons .button.button-fill {
background-color: #40865c;
color: #fff;
}
html:not(.watch-active-state) .modal-button.button-fill:active,
html:not(.watch-active-state) .modal-buttons .button.button-fill:active,
.modal-button.button-fill.active-state,
.modal-buttons .button.button-fill.active-state {
background: #336a49;
}
.modal-button.button-big,
.modal-buttons .button.button-big {
height: 48px;
line-height: 48px;
border-radius: 3px;
}
.modal-button i.icon + span,
.modal-buttons .button i.icon + span,
.modal-button span:not(.ripple-wave) + span,
.modal-buttons .button span:not(.ripple-wave) + span,
.modal-button span:not(.ripple-wave) + i.icon,
.modal-buttons .button span:not(.ripple-wave) + i.icon,
.modal-button i.icon + i.icon,
.modal-buttons .button i.icon + i.icon {
margin-left: 8px;
}
.navbar .modal-button:not(.button-fill),
.navbar .modal-buttons .button:not(.button-fill),
.toolbar .modal-button:not(.button-fill),
.toolbar .modal-buttons .button:not(.button-fill),
.subnavbar .modal-button:not(.button-fill),
.subnavbar .modal-buttons .button:not(.button-fill),
.notifications .modal-button:not(.button-fill),
.notifications .modal-buttons .button:not(.button-fill) {
color: #fff;
}
html:not(.watch-active-state) .navbar .modal-button:not(.button-fill):active,
html:not(.watch-active-state) .navbar .modal-buttons .button:not(.button-fill):active,
html:not(.watch-active-state) .toolbar .modal-button:not(.button-fill):active,
html:not(.watch-active-state) .toolbar .modal-buttons .button:not(.button-fill):active,
html:not(.watch-active-state) .subnavbar .modal-button:not(.button-fill):active,
html:not(.watch-active-state) .subnavbar .modal-buttons .button:not(.button-fill):active,
html:not(.watch-active-state) .notifications .modal-button:not(.button-fill):active,
html:not(.watch-active-state) .notifications .modal-buttons .button:not(.button-fill):active,
.navbar .modal-button:not(.button-fill).active-state,
.navbar .modal-buttons .button:not(.button-fill).active-state,
.toolbar .modal-button:not(.button-fill).active-state,
.toolbar .modal-buttons .button:not(.button-fill).active-state,
.subnavbar .modal-button:not(.button-fill).active-state,
.subnavbar .modal-buttons .button:not(.button-fill).active-state,
.notifications .modal-button:not(.button-fill).active-state,
.notifications .modal-buttons .button:not(.button-fill).active-state {
background: rgba(255, 255, 255, 0.15);
}
.modal-button.active i.icon,
.modal-buttons .button.active i.icon {
background-color: #fff;
}
.modal-button.modal-button-bold,
.modal-buttons .button.modal-button-bold {
font-weight: 700;
}
.modal-button + .modal-button,
.modal-buttons .button + .modal-button {
margin-left: 4px;
}
.modal-no-buttons .modal-buttons {
display: none;
}
.actions-modal {
position: absolute;
left: 0;
bottom: 0;
z-index: 13500;
width: 100%;
background: #fff;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
max-height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.actions-modal.modal-in {
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.actions-modal.modal-out {
z-index: 13499;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.actions-modal-group {
position: relative;
}
.actions-modal-group:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
right: auto;
top: auto;
height: 1px;
width: 100%;
background-color: #d2d2d6;
display: block;
z-index: 15;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
html.pixel-ratio-2 .actions-modal-group:after {
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
html.pixel-ratio-3 .actions-modal-group:after {
-webkit-transform: scaleY(0.33);
transform: scaleY(0.33);
}
.actions-modal-group:last-child:after {
display: none;
}
.actions-modal-button,
.actions-modal-label {
width: 100%;
font-weight: normal;
margin: 0;
box-sizing: border-box;
display: block;
position: relative;
padding: 0 16px;
}
.actions-modal-button a,
.actions-modal-label a {
text-decoration: none;
color: inherit;
display: block;
}
.actions-modal-button b,
.actions-modal-label b {
font-weight: 500;
}
.actions-modal-button.actions-modal-button-bold,
.actions-modal-label.actions-modal-button-bold {
font-weight: 500;
}
.actions-modal-button.actions-modal-button-red,
.actions-modal-label.actions-modal-button-red {
color: #f44336;
}
.actions-modal-button.disabled,
.actions-modal-label.disabled {
opacity: 0.95;
color: #9e9e9e;
}
.actions-modal-button {
cursor: pointer;
line-height: 48px;
font-size: 16px;
color: rgba(0, 0, 0, 0.87);
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
.actions-modal-button a,
.actions-modal-button {
position: relative;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
html:not(.watch-active-state) .actions-modal-button:active,
.actions-modal-button.active-state {
background: rgba(0, 0, 0, 0.1);
}
.actions-modal-label {
font-size: 16px;
color: rgba(0, 0, 0, 0.54);
min-height: 56px;
line-height: 1.3;
padding-top: 12px;
padding-bottom: 12px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
input.modal-text-input {
box-sizing: border-box;
height: 36px;
background: #fff;
margin: 0;
margin-top: 15px;
padding: 0;
border: none;
width: 100%;
font-size: 16px;
font-family: inherit;
display: block;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
-webkit-transition-duration: 200ms;
transition-duration: 200ms;
}
input.modal-text-input::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.35);
}
input.modal-text-input + input.modal-text-input {
margin-top: 16px;
}
.popover {
width: 320px;
background: #fff;
z-index: 13500;
margin: 0;
top: 0;
opacity: 0;
left: 0;
border-radius: 3px;
position: absolute;
display: none;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
-webkit-transform: scale(0.85, 0.6);
transform: scale(0.85, 0.6);
-webkit-transition-property: opacity, -webkit-transform, border-radius;
-moz-transition-property: opacity, -moz-transform, border-radius;
transition-property: opacity, transform, border-radius;
}
.popover.popover-on-top {
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
.popover.popover-on-bottom {
-webkit-transform-origin: center top;
transform-origin: center top;
}
.popover.modal-in {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
opacity: 1;
}
.popover.modal-out {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
opacity: 0;
}
.popover .list-block {
margin: 0;
}
.popover .list-block:first-child:last-child ul:before {
display: none;
}
.popover .list-block:first-child:last-child ul:after {
display: none;
}
.popover .list-block ul {
background: none;
}
.popover .list-block ul:before {
display: none;
}
.popover .list-block:first-child ul {
border-radius: 3px 3px 0 0;
}
.popover .list-block:first-child li:first-child a {
border-radius: 3px 3px 0 0;
}
.popover .list-block:last-child ul {
border-radius: 0 0 3px 3px;
}
.popover .list-block:last-child ul:after {
display: none;
}
.popover .list-block:last-child li:last-child a {
border-radius: 0 0 3px 3px;
}
.popover .list-block:first-child:last-child li:first-child:last-child a,
.popover .list-block:first-child:last-child ul:first-child:last-child {
border-radius: 3px;
}
.popover.popover-floating-button {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: scale(0.7);
transform: scale(0.7);
border-radius: 50%;
box-shadow: none;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.popover.popover-floating-button.modal-in {
border-radius: 0%;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 200ms;
transition-delay: 200ms;
-webkit-transition-duration: 200ms;
transition-duration: 200ms;
}
.popover.popover-floating-button.modal-out {
border-radius: 50%;
-webkit-transform: scale(0.7);
transform: scale(0.7);
-webkit-transition-delay: 0ms;
transition-delay: 0ms;
-webkit-transition-duration: 100ms;
transition-duration: 100ms;
}
.popover.popover-floating-button .list-block {
margin: 0;
}
.popover.popover-floating-button .list-block:first-child ul {
border-radius: 0;
}
.popover.popover-floating-button .list-block:first-child li:first-child a {
border-radius: 0;
}
.popover.popover-floating-button .list-block:last-child ul {
border-radius: 0;
}
.popover.popover-floating-button .list-block:last-child li:last-child a {
border-radius: 0;
}
.popover.popover-floating-button .list-block:first-child:last-child li:first-child:last-child a,
.popover.popover-floating-button .list-block:first-child:last-child ul:first-child:last-child {
border-radius: 0;
}
.popover-inner {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.actions-popover .list-block {
margin: 0;
}
.actions-popover-label {
padding: 8px 16px;
color: rgba(0, 0, 0, 0.54);
font-size: 16px;
line-height: 1.3;
padding-top: 12px;
padding-bottom: 12px;
position: relative;
}
.actions-popover-label:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
right: auto;
top: auto;
height: 1px;
width: 100%;
background-color: #d2d2d6;
display: block;
z-index: 15;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
html.pixel-ratio-2 .actions-popover-label:after {
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
html.pixel-ratio-3 .actions-popover-label:after {
-webkit-transform: scaleY(0.33);
transform: scaleY(0.33);
}
.actions-popover-label:last-child:after {
display: none;
}
.popup,
.login-screen {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 11000;
background: #fff;
box-sizing: border-box;
display: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-ms-transition-property: -ms-transform;
-o-transition-property: -o-transform;
transition-property: transform;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.popup.modal-in,
.login-screen.modal-in,
.popup.modal-out,
.login-screen.modal-out {
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
}
.popup.modal-in,
.login-screen.modal-in {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.popup.modal-out,
.login-screen.modal-out {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.login-screen.modal-in,
.login-screen.modal-out {
display: block;
}
@media all and (min-width: 630px) and (min-height: 630px) {
.popup:not(.tablet-fullscreen) {
width: 630px;
height: 630px;
left: 50%;
top: 50%;
margin-left: -315px;
margin-top: -315px;
box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.5);
border-radius: 3px;
-webkit-transform: translate3d(0, 1024px, 0);
transform: translate3d(0, 1024px, 0);
}
.popup:not(.tablet-fullscreen).modal-in {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.popup:not(.tablet-fullscreen).modal-out {
-webkit-transform: translate3d(0, 1024px, 0);
transform: translate3d(0, 1024px, 0);
}
}
@media all and (max-width: 629px), (max-height: 629px) {
html.with-statusbar-overlay .popup {
height: -webkit-calc(100% - 20px);
height: calc(100% - 20px);
top: 20px;
}
html.with-statusbar-overlay .popup-overlay {
z-index: 9500;
}
}
html.with-statusbar-overlay .login-screen,
html.with-statusbar-overlay .popup.tablet-fullscreen {
height: -webkit-calc(100% - 20px);
height: calc(100% - 20px);
top: 20px;
}
.modal-preloader .modal-title,
.modal-preloader .modal-inner {
text-align: center;
}
.preloader-indicator-overlay {
visibility: visible;
opacity: 0;
background: none;
}
.preloader-indicator-modal {
position: absolute;
left: 50%;
top: 50%;
padding: 8px;
margin-left: -24px;
margin-top: -24px;
background: rgba(0, 0, 0, 0.8);
z-index: 13500;
border-radius: 4px;
}
.preloader-indicator-modal .preloader {
display: block;
}
.picker-modal {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 260px;
z-index: 12000;
display: none;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-ms-transition-property: -ms-transform;
-o-transition-property: -o-transform;
transition-property: transform;
background: #fff;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.picker-modal.modal-in,
.picker-modal.modal-out {
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
}
.picker-modal.modal-in {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.picker-modal.modal-out {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.picker-modal .picker-modal-inner {
height: 100%;
position: relative;
}
.picker-modal .toolbar {
position: relative;
width: 100%;
top: 0;
}
.picker-modal .toolbar + .picker-modal-inner {
height: -webkit-calc(100% - 48px);
height: -moz-calc(100% - 48px);
height: calc(100% - 48px);
}
.picker-modal .toolbar a.link {
-webkit-box-flex: 0;
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
}
.picker-modal .picker-header,
.picker-modal .picker-footer {
height: 48px;
}
.picker-modal .picker-header {
background: #40865c;
}
.picker-modal .picker-header + .toolbar .toolbar-inner {
overflow: visible;
}
.picker-modal .picker-header + .picker-footer + .toolbar + .picker-modal-inner {
height: -webkit-calc(100% - 48px * 3);
height: -moz-calc(100% - 48px * 3);
height: calc(100% - 48px * 3);
}
.picker-modal .picker-footer {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 48px;
padding: 6px 8px;
overflow: hidden;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.picker-modal .picker-footer.modal-buttons-vertical {
display: block;
height: auto;
padding: 0 0 8px 0;
}
.picker-modal .picker-footer.modal-buttons-vertical .modal-button {
margin-left: 0;
text-align: right;
height: 48px;
line-height: 48px;
border-radius: 0;
padding-left: 16px;
padding-right: 16px;
}
.picker-modal .picker-header + .picker-modal-inner,
.picker-modal .picker-footer + .picker-modal-inner {
height: -webkit-calc(100% - 48px);
height: -moz-calc(100% - 48px);
height: calc(100% - 48px);
}
.picker-modal .picker-header + .toolbar + .picker-modal-inner,
.picker-modal .picker-footer + .toolbar + .picker-modal-inner {
height: -webkit-calc(100% - 48px * 2);
height: -moz-calc(100% - 48px * 2);
height: calc(100% - 48px * 2);
}
.picker-modal.picker-modal-inline,
.popover .picker-modal {
display: block;
position: relative;
background: none;
z-index: inherit;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.picker-modal.picker-modal-inline .toolbar,
.popover .picker-modal .toolbar {
top: 0;
}
.popover .picker-modal {
width: auto;
}
.popover .picker-modal .toolbar:first-child,
.popover .picker-modal .picker-header:first-child {
border-radius: 2px 2px 0 0;
}
.picker-modal.smart-select-picker .list-block {
margin: 0;
}
.picker-modal.smart-select-picker .list-block ul:before {
display: none;
}
.picker-modal.smart-select-picker .list-block ul:after {
display: none;
}
/* === Panels === */
.panel-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
opacity: 0;
z-index: 5999;
display: none;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
.panel {
z-index: 1000;
display: none;
background: #fff;
box-sizing: border-box;
overflow: auto;
-webkit-overflow-scrolling: touch;
position: absolute;
width: 260px;
top: 0;
height: 100%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
.panel.panel-left.panel-cover {
z-index: 6000;
left: -260px;
}
.panel.panel-left.panel-reveal {
left: 0;
}
.panel.panel-right.panel-cover {
z-index: 6000;
right: -260px;
}
.panel.panel-right.panel-reveal {
right: 0;
}
body.with-panel-left-cover .panel,
body.with-panel-right-cover .panel {
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
body.with-panel-left-cover .views,
body.with-panel-right-cover .views {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
body.with-panel-left-cover .panel-overlay,
body.with-panel-right-cover .panel-overlay {
display: block;
opacity: 1;
}
body.with-panel-left-reveal .views,
body.with-panel-right-reveal .views {
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
-webkit-transition-property: -webkit-transform, box-shadow;
-moz-transition-property: -moz-transform, box-shadow;
transition-property: transform, box-shadow;
}
body.with-panel-left-reveal .panel-overlay,
body.with-panel-right-reveal .panel-overlay {
background: rgba(0, 0, 0, 0);
display: block;
opacity: 0;
}
body.with-panel-left-reveal .views {
-webkit-transform: translate3d(260px, 0, 0);
transform: translate3d(260px, 0, 0);
}
body.with-panel-left-reveal .panel-overlay {
-webkit-transform: translate3d(260px, 0, 0);
transform: translate3d(260px, 0, 0);
}
body.with-panel-left-cover .panel-left {
-webkit-transform: translate3d(260px, 0, 0);
transform: translate3d(260px, 0, 0);
}
body.with-panel-right-reveal .views {
-webkit-transform: translate3d(-260px, 0, 0);
transform: translate3d(-260px, 0, 0);
}
body.with-panel-right-reveal .panel-overlay {
-webkit-transform: translate3d(-260px, 0, 0);
transform: translate3d(-260px, 0, 0);
}
body.with-panel-right-cover .panel-right {
-webkit-transform: translate3d(-260px, 0, 0);
transform: translate3d(-260px, 0, 0);
}
body.panel-closing .panel-overlay {
display: block;
}
body.panel-closing .views {
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
-webkit-transition-property: -webkit-transform, box-shadow;
-moz-transition-property: -moz-transform, box-shadow;
transition-property: transform, box-shadow;
}
/* === Tabs === */
.tabs .tab {
display: none;
}
.tabs .tab.active {
display: block;
}
.tabs-animated-wrap {
position: relative;
width: 100%;
overflow: hidden;
height: 100%;
}
.tabs-animated-wrap > .tabs {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
height: 100%;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
.tabs-animated-wrap > .tabs > .tab {
width: 100%;
display: block;
-webkit-box-flex: 0;
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
}
.tabs-swipeable-wrap {
height: 100%;
}
.tabs-swipeable-wrap > .tabs > .tab {
display: block;
}
/* === Messages === */
.messages-content {
background: #eee;
}
.messages {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
.messages-date {
text-align: center;
font-weight: 500;
font-size: 12px;
line-height: 1;
margin: 10px 15px;
}
.messages-date span {
font-weight: 400;
}
.message {
box-sizing: border-box;
margin: 0px 8px 8px 8px;
max-width: 80%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
.message:first-child {
margin-top: 8px;
}
.message.message-pic img {
display: block;
}
.message-name,
.message-label,
.message-date,
.messages-date {
color: rgba(0, 0, 0, 0.51);
}
.message-name {
font-size: 12px;
line-height: 1;
margin-bottom: 2px;
margin-top: 7px;
}
.message-hide-name .message-name {
display: none;
}
.message-label {
font-size: 12px;
line-height: 1;
margin-top: 4px;
}
.message-hide-label .message-label {
display: none;
}
.message-avatar {
width: 48px;
height: 48px;
border-radius: 100%;
margin-top: -48px;
position: relative;
top: 1px;
background-size: cover;
opacity: 1;
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
}
.message-hide-avatar .message-avatar {
opacity: 0;
}
.message-text {
box-sizing: border-box;
border-radius: 2px;
padding: 6px 8px;
min-width: 48px;
font-size: 16px;
line-height: 1.2;
word-break: break-word;
color: #333;
min-height: 48px;
position: relative;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.message-text img {
max-width: 100%;
height: auto;
}
.message-pic .message-text {
padding: 8px;
}
.message-date {
font-size: 12px;
margin-top: 4px;
}
.message-pic img + .message-date {
margin-top: 8px;
}
.message-sent {
-ms-flex-item-align: end;
-webkit-align-self: flex-end;
align-self: flex-end;
-webkit-box-align: end;
-ms-flex-align: end;
-webkit-align-items: flex-end;
align-items: flex-end;
}
.message-sent .message-name,
.message-sent .message-label {
margin-right: 8px;
}
.message-sent .message-text {
background-color: #C8E6C9;
margin-left: auto;
border-radius: 2px 2px 0 2px;
margin-right: 8px;
}
.message-sent .message-text:before {
position: absolute;
content: '';
border-left: 0px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #C8E6C9;
left: 100%;
bottom: 0;
width: 0;
height: 0;
}
.message-sent.message-with-avatar .message-text,
.message-sent.message-with-avatar .message-name,
.message-sent.message-with-avatar .message-label {
margin-right: 56px;
}
.message-received {
-ms-flex-item-align: start;
-webkit-align-self: flex-start;
align-self: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.message-received .message-text {
background-color: #fff;
border-radius: 2px 2px 2px 0px;
margin-left: 8px;
}
.message-received .message-text:before {
position: absolute;
content: '';
border-left: 8px solid transparent;
border-right: 0px solid transparent;
border-bottom: 8px solid #fff;
right: 100%;
bottom: 0;
width: 0;
height: 0;
}
.message-received .message-name,
.message-received .message-label {
margin-left: 8px;
}
.message-received.message-with-avatar .message-text,
.message-received.message-with-avatar .message-name,
.message-received.message-with-avatar .message-label {
margin-left: 56px;
}
.message-appear-from-bottom {
-webkit-animation: messageAppearFromBottom 400ms;
animation: messageAppearFromBottom 400ms;
}
.message-appear-from-top {
-webkit-animation: messageAppearFromTop 400ms;
animation: messageAppearFromTop 400ms;
}
@-webkit-keyframes messageAppearFromBottom {
from {
-webkit-transform: translate3d(0, 100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
}
}
@keyframes messageAppearFromBottom {
from {
transform: translate3d(0, 100%, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes messageAppearFromTop {
from {
-webkit-transform: translate3d(0, -100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
}
}
@keyframes messageAppearFromTop {
from {
transform: translate3d(0, -100%, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
/* === Statusbar overlay === */
html.with-statusbar-overlay body {
padding-top: 20px;
box-sizing: border-box;
}
html.with-statusbar-overlay body .statusbar-overlay {
display: block;
}
html.with-statusbar-overlay body .panel {
padding-top: 20px;
}
.statusbar-overlay {
background: #40865c;
z-index: 10000;
position: absolute;
left: 0;
top: 0;
height: 20px;
width: 100%;
display: none;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
/* ===
Preloader
By Rudi Theunissen (https://github.com/rtheunissen/md-preloader)
=== */
.preloader {
font-size: 0;
display: inline-block;
width: 32px;
height: 32px;
-webkit-animation: preloader-outer 3300ms linear infinite;
animation: preloader-outer 3300ms linear infinite;
}
.preloader svg {
width: 100%;
height: 100%;
-webkit-animation: preloader-inner 1320ms linear infinite;
animation: preloader-inner 1320ms linear infinite;
}
.preloader svg circle {
fill: none;
stroke: #757575;
stroke-linecap: square;
-webkit-animation: preloader-arc 1320ms cubic-bezier(0.8, 0, 0.4, 0.8) infinite;
animation: preloader-arc 1320ms cubic-bezier(0.8, 0, 0.4, 0.8) infinite;
}
@-webkit-keyframes preloader-outer {
0% {
-webkit-transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes preloader-outer {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes preloader-inner {
0% {
-webkit-transform: rotate(-100.8deg);
}
100% {
-webkit-transform: rotate(0);
}
}
@keyframes preloader-inner {
0% {
transform: rotate(-100.8deg);
}
100% {
transform: rotate(0);
}
}
@-webkit-keyframes preloader-arc {
0% {
stroke-dasharray: 1 210.48670779px;
stroke-dashoffset: 0;
}
40% {
stroke-dasharray: 151.55042961px, 210.48670779px;
stroke-dashoffset: 0;
}
100% {
stroke-dasharray: 1 210.48670779px;
stroke-dashoffset: -151.55042961px;
}
}
@keyframes preloader-arc {
0% {
stroke-dasharray: 1 210.48670779px;
stroke-dashoffset: 0;
}
40% {
stroke-dasharray: 151.55042961px, 210.48670779px;
stroke-dashoffset: 0;
}
100% {
stroke-dasharray: 1 210.48670779px;
stroke-dashoffset: -151.55042961px;
}
}
.preloader-inner {
position: relative;
display: block;
width: 100%;
height: 100%;
-webkit-animation: preloader-inner-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
animation: preloader-inner-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
.preloader-inner .preloader-inner-gap {
position: absolute;
width: 2px;
left: 50%;
margin-left: -1px;
top: 0;
bottom: 0;
box-sizing: border-box;
border-top: 4px solid #757575;
}
.preloader-inner .preloader-inner-left,
.preloader-inner .preloader-inner-right {
position: absolute;
top: 0;
height: 100%;
width: 50%;
overflow: hidden;
}
.preloader-inner .preloader-inner-half-circle {
position: absolute;
top: 0;
height: 100%;
width: 200%;
box-sizing: border-box;
border: 4px solid #757575;
border-bottom-color: transparent !important;
border-radius: 50%;
-webkit-animation-iteration-count: infinite;
-webkit-animation-duration: 1.3125s;
-webkit-animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
animation-iteration-count: infinite;
animation-duration: 1.3125s;
animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
}
.preloader-white .preloader-inner .preloader-inner-gap,
.preloader-white .preloader-inner .preloader-inner-half-circle {
border-color: #fff;
}
.preloader-inner .preloader-inner-left {
left: 0;
}
.preloader-inner .preloader-inner-left .preloader-inner-half-circle {
left: 0;
border-right-color: transparent !important;
-webkit-animation-name: preloader-left-rotate;
animation-name: preloader-left-rotate;
}
.preloader-inner .preloader-inner-right {
right: 0;
}
.preloader-inner .preloader-inner-right .preloader-inner-half-circle {
right: 0;
border-left-color: transparent !important;
-webkit-animation-name: preloader-right-rotate;
animation-name: preloader-right-rotate;
}
.color-multi .preloader-inner .preloader-inner-left .preloader-inner-half-circle {
-webkit-animation-name: preloader-left-rotate-multicolor;
animation-name: preloader-left-rotate-multicolor;
}
.color-multi .preloader-inner .preloader-inner-right .preloader-inner-half-circle {
-webkit-animation-name: preloader-right-rotate-multicolor;
animation-name: preloader-right-rotate-multicolor;
}
@-webkit-keyframes preloader-left-rotate {
0%,
100% {
-webkit-transform: rotate(130deg);
}
50% {
-webkit-transform: rotate(-5deg);
}
}
@keyframes preloader-left-rotate {
0%,
100% {
transform: rotate(130deg);
}
50% {
transform: rotate(-5deg);
}
}
@-webkit-keyframes preloader-right-rotate {
0%,
100% {
-webkit-transform: rotate(-130deg);
}
50% {
-webkit-transform: rotate(5deg);
}
}
@keyframes preloader-right-rotate {
0%,
100% {
transform: rotate(-130deg);
}
50% {
transform: rotate(5deg);
}
}
@-webkit-keyframes preloader-inner-rotate {
12.5% {
-webkit-transform: rotate(135deg);
}
25% {
-webkit-transform: rotate(270deg);
}
37.5% {
-webkit-transform: rotate(405deg);
}
50% {
-webkit-transform: rotate(540deg);
}
62.5% {
-webkit-transform: rotate(675deg);
}
75% {
-webkit-transform: rotate(810deg);
}
87.5% {
-webkit-transform: rotate(945deg);
}
100% {
-webkit-transform: rotate(1080deg);
}
}
@keyframes preloader-inner-rotate {
12.5% {
transform: rotate(135deg);
}
25% {
transform: rotate(270deg);
}
37.5% {
transform: rotate(405deg);
}
50% {
transform: rotate(540deg);
}
62.5% {
transform: rotate(675deg);
}
75% {
transform: rotate(810deg);
}
87.5% {
transform: rotate(945deg);
}
100% {
transform: rotate(1080deg);
}
}
@-webkit-keyframes preloader-left-rotate-multicolor {
0%,
100% {
border-left-color: #4285F4;
-webkit-transform: rotate(130deg);
}
75% {
border-left-color: #1B9A59;
border-top-color: #1B9A59;
}
50% {
border-left-color: #F7C223;
border-top-color: #F7C223;
-webkit-transform: rotate(-5deg);
}
25% {
border-left-color: #DE3E35;
border-top-color: #DE3E35;
}
}
@keyframes preloader-left-rotate-multicolor {
0%,
100% {
border-left-color: #4285F4;
transform: rotate(130deg);
}
75% {
border-left-color: #1B9A59;
border-top-color: #1B9A59;
}
50% {
border-left-color: #F7C223;
border-top-color: #F7C223;
transform: rotate(-5deg);
}
25% {
border-left-color: #DE3E35;
border-top-color: #DE3E35;
}
}
@-webkit-keyframes preloader-right-rotate-multicolor {
0%,
100% {
border-right-color: #4285F4;
-webkit-transform: rotate(-130deg);
}
75% {
border-right-color: #1B9A59;
border-top-color: #1B9A59;
}
50% {
border-right-color: #F7C223;
border-top-color: #F7C223;
-webkit-transform: rotate(5deg);
}
25% {
border-top-color: #DE3E35;
border-right-color: #DE3E35;
}
}
@keyframes preloader-right-rotate-multicolor {
0%,
100% {
border-right-color: #4285F4;
transform: rotate(-130deg);
}
75% {
border-right-color: #1B9A59;
border-top-color: #1B9A59;
}
50% {
border-right-color: #F7C223;
border-top-color: #F7C223;
transform: rotate(5deg);
}
25% {
border-top-color: #DE3E35;
border-right-color: #DE3E35;
}
}
/* === Progress Bar === */
.progressbar,
.progressbar-infinite {
height: 4px;
width: 100%;
overflow: hidden;
display: block;
position: relative;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
background: rgba(64, 134, 92, 0.5);
}
.progressbar {
display: block;
vertical-align: middle;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.progressbar span {
content: '';
width: 100%;
background: #40865c;
height: 100%;
position: absolute;
left: 0;
top: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
-webkit-transition-duration: 150ms;
transition-duration: 150ms;
}
.progressbar-infinite {
z-index: 15000;
}
.progressbar-infinite:before,
.progressbar-infinite:after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #40865c;
-webkit-transform-origin: left center;
transform-origin: left center;
}
.progressbar-infinite:before {
-webkit-animation: progressbar-infinite-1 2s linear infinite;
animation: progressbar-infinite-1 2s linear infinite;
}
.progressbar-infinite:after {
-webkit-animation: progressbar-infinite-2 2s linear infinite;
animation: progressbar-infinite-2 2s linear infinite;
}
html.with-statusbar-overlay body > .progressbar-infinite,
html.with-statusbar-overlay .framework7-root > .progressbar-infinite {
top: 20px;
}
.progressbar-infinite.color-multi {
background: none !important;
}
.progressbar-infinite.color-multi:before,
.progressbar-infinite.color-multi:after {
width: 100%;
animation: none;
}
.progressbar-infinite.color-multi:before {
background: none;
-webkit-animation: progressbar-infinite-multicolor-bg 3s step-end infinite;
animation: progressbar-infinite-multicolor-bg 3s step-end infinite;
}
.progressbar-infinite.color-multi:after {
background: none;
-webkit-animation: progressbar-infinite-multicolor-fill 3s linear infinite;
animation: progressbar-infinite-multicolor-fill 3s linear infinite;
-webkit-transform-origin: center center;
transform-origin: center center;
}
body > .progressbar,
.view > .progressbar,
.views > .progressbar,
.page > .progressbar,
.panel > .progressbar,
.popup > .progressbar,
.framework7-root > .progressbar,
body > .progressbar-infinite,
.view > .progressbar-infinite,
.views > .progressbar-infinite,
.page > .progressbar-infinite,
.panel > .progressbar-infinite,
.popup > .progressbar-infinite,
.framework7-root > .progressbar-infinite {
position: absolute;
left: 0;
top: 0;
z-index: 15000;
-webkit-transform-origin: center top;
transform-origin: center top;
}
.progressbar-in {
-webkit-animation: progressbar-in 300ms forwards;
animation: progressbar-in 300ms forwards;
}
.progressbar-out {
-webkit-animation: progressbar-out 300ms forwards;
animation: progressbar-out 300ms forwards;
}
html.with-statusbar-overlay body > .progressbar,
html.with-statusbar-overlay .framework7-root > .progressbar {
top: 20px;
}
@-webkit-keyframes progressbar-in {
from {
opacity: 0;
-webkit-transform: scaleY(0);
}
to {
opacity: 1;
-webkit-transform: scaleY(1);
}
}
@keyframes progressbar-in {
from {
opacity: 0;
transform: scaleY(0);
}
to {
opacity: 1;
transform: scaleY(1);
}
}
@-webkit-keyframes progressbar-out {
from {
opacity: 1;
-webkit-transform: scaleY(1);
}
to {
opacity: 0;
-webkit-transform: scaleY(0);
}
}
@keyframes progressbar-out {
from {
opacity: 1;
transform: scaleY(1);
}
to {
opacity: 0;
transform: scaleY(0);
}
}
@-webkit-keyframes progressbar-infinite-1 {
0% {
-webkit-transform: translateX(-10%) scaleX(0.1);
}
25% {
-webkit-transform: translateX(30%) scaleX(0.6);
}
50% {
-webkit-transform: translateX(100%) scaleX(1);
}
100% {
-webkit-transform: translateX(100%) scaleX(1);
}
}
@keyframes progressbar-infinite-1 {
0% {
transform: translateX(-10%) scaleX(0.1);
}
25% {
transform: translateX(30%) scaleX(0.6);
}
50% {
transform: translateX(100%) scaleX(1);
}
100% {
transform: translateX(100%) scaleX(1);
}
}
@-webkit-keyframes progressbar-infinite-2 {
0% {
-webkit-transform: translateX(-100%) scaleX(1);
}
40% {
-webkit-transform: translateX(-100%) scaleX(1);
}
75% {
-webkit-transform: translateX(60%) scaleX(0.35);
}
90% {
-webkit-transform: translateX(100%) scaleX(0.1);
}
100% {
-webkit-transform: translateX(100%) scaleX(0.1);
}
}
@keyframes progressbar-infinite-2 {
0% {
transform: translateX(-100%) scaleX(1);
}
40% {
transform: translateX(-100%) scaleX(1);
}
75% {
transform: translateX(60%) scaleX(0.35);
}
90% {
transform: translateX(100%) scaleX(0.1);
}
100% {
transform: translateX(100%) scaleX(0.1);
}
}
@-webkit-keyframes progressbar-infinite-multicolor-bg {
0% {
background-color: #4caf50;
}
25% {
background-color: #f44336;
}
50% {
background-color: #2196f3;
}
75% {
background-color: #ffeb3b;
}
}
@keyframes progressbar-infinite-multicolor-bg {
0% {
background-color: #4caf50;
}
25% {
background-color: #f44336;
}
50% {
background-color: #2196f3;
}
75% {
background-color: #ffeb3b;
}
}
@-webkit-keyframes progressbar-infinite-multicolor-fill {
0% {
-webkit-transform: scaleX(0);
background-color: #f44336;
}
24.9% {
-webkit-transform: scaleX(1);
background-color: #f44336;
}
25% {
-webkit-transform: scaleX(0);
background-color: #2196f3;
}
49.9% {
-webkit-transform: scaleX(1);
background-color: #2196f3;
}
50% {
-webkit-transform: scaleX(0);
background-color: #ffeb3b;
}
74.9% {
-webkit-transform: scaleX(1);
background-color: #ffeb3b;
}
75% {
-webkit-transform: scaleX(0);
background-color: #4caf50;
}
100% {
-webkit-transform: scaleX(1);
background-color: #4caf50;
}
}
@keyframes progressbar-infinite-multicolor-fill {
0% {
transform: scaleX(0);
background-color: #f44336;
}
24.9% {
transform: scaleX(1);
background-color: #f44336;
}
25% {
transform: scaleX(0);
background-color: #2196f3;
}
49.9% {
transform: scaleX(1);
background-color: #2196f3;
}
50% {
transform: scaleX(0);
background-color: #ffeb3b;
}
74.9% {
transform: scaleX(1);
background-color: #ffeb3b;
}
75% {
transform: scaleX(0);
background-color: #4caf50;
}
100% {
transform: scaleX(1);
background-color: #4caf50;
}
}
/* === Columns Picker === */
.picker-columns {
width: 100%;
height: 260px;
z-index: 11500;
}
.picker-columns.picker-modal-inline {
height: 200px;
}
@media (orientation: landscape) and (max-height: 415px) {
.picker-columns:not(.picker-modal-inline) {
height: 200px;
}
}
.popover.popover-picker-columns {
width: 280px;
}
.popover.popover-picker-columns .toolbar {
border-radius: 2px 2px 0 0;
}
.picker-items {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
padding: 0;
text-align: right;
font-size: 20px;
-webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent, transparent 5%, white 20%, white 80%, transparent 95%, transparent);
-webkit-mask-box-image: linear-gradient(to top, transparent, transparent 5%, white 20%, white 80%, transparent 95%, transparent);
}
.picker-items-col {
overflow: hidden;
position: relative;
max-height: 100%;
}
.picker-items-col.picker-items-col-left {
text-align: left;
}
.picker-items-col.picker-items-col-center {
text-align: center;
}
.picker-items-col.picker-items-col-right {
text-align: right;
}
.picker-items-col.picker-items-col-divider {
color: rgba(0, 0, 0, 0.87);
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.picker-items-col-wrapper {
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.picker-item {
height: 36px;
line-height: 36px;
padding: 0 10px;
white-space: nowrap;
position: relative;
overflow: hidden;
text-overflow: ellipsis;
color: rgba(0, 0, 0, 0.54);
left: 0;
top: 0;
width: 100%;
box-sizing: border-box;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
.picker-items-col-absolute .picker-item {
position: absolute;
}
.picker-item.picker-item-far {
pointer-events: none;
}
.picker-item.picker-selected {
color: rgba(0, 0, 0, 0.87);
-webkit-transform: translate3d(0, 0, 0) rotateX(0deg);
transform: translate3d(0, 0, 0) rotateX(0deg);
}
.picker-center-highlight {
height: 36px;
box-sizing: border-box;
position: absolute;
left: 0;
width: 100%;
top: 50%;
margin-top: -18px;
pointer-events: none;
}
.picker-center-highlight:before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: auto;
right: auto;
height: 1px;
width: 100%;
background-color: rgba(0, 0, 0, 0.15);
display: block;
z-index: 15;
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
html.pixel-ratio-2 .picker-center-highlight:before {
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
html.pixel-ratio-3 .picker-center-highlight:before {
-webkit-transform: scaleY(0.33);
transform: scaleY(0.33);
}
.picker-center-highlight:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
right: auto;
top: auto;
height: 1px;
width: 100%;
background-color: rgba(0, 0, 0, 0.15);
display: block;
z-index: 15;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
html.pixel-ratio-2 .picker-center-highlight:after {
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
html.pixel-ratio-3 .picker-center-highlight:after {
-webkit-transform: scaleY(0.33);
transform: scaleY(0.33);
}
.picker-3d .picker-items {
overflow: hidden;
-webkit-perspective: 1200px;
perspective: 1200px;
}
.picker-3d .picker-items-col,
.picker-3d .picker-items-col-wrapper,
.picker-3d .picker-item {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.picker-3d .picker-items-col {
overflow: visible;
}
.picker-3d .picker-item {
-webkit-transform-origin: center center -110px;
transform-origin: center center -110px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
/* === Notifications === */
.notifications {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
z-index: 10900;
color: #fff;
font-size: 14px;
margin: 0;
border: none;
display: none;
box-sizing: border-box;
max-height: 100%;
overflow: hidden;
-webkit-overflow-scrolling: touch;
-webkit-transition-duration: 450ms;
transition-duration: 450ms;
-webkit-perspective: 1200px;
perspective: 1200px;
}
.notifications.list-block > ul {
max-width: 568px;
background: #323232;
margin: 0 auto;
}
.notifications.list-block > ul:before {
display: none;
}
.notifications.list-block > ul:after {
display: none;
}
.notifications .item-content {
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
padding-left: 24px;
}
.notifications .item-title {
font-size: 14px;
font-weight: normal;
white-space: normal;
padding-top: 14px;
padding-bottom: 14px;
}
.notifications .item-inner {
padding-right: 24px;
padding-top: 0;
padding-bottom: 0;
}
.notifications .item-inner:after {
display: none;
}
.notifications .item-after {
max-height: none;
margin-left: 16px;
}
.notifications .button.close-notification {
color: #44b571;
}
.notifications .notification-item {
margin: 0 auto;
-webkit-transition-duration: 450ms;
transition-duration: 450ms;
-webkit-transition-delay: 100ms;
transition-delay: 100ms;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.notifications .notification-hidden {
opacity: 0;
-webkit-transition-delay: 0ms;
transition-delay: 0ms;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.notifications .notification-item-removing {
-webkit-transition-delay: 0ms;
transition-delay: 0ms;
}
@media (min-width: 569px) {
.notifications.list-block > ul {
border-radius: 2px;
width: auto;
min-width: 288px;
}
}
/* === Touch ripple === */
.ripple,
a.floating-button,
.floating-button > a,
a.link,
a.item-link,
.button,
.modal-button,
.tab-link,
.label-radio,
.label-checkbox,
.actions-modal-button,
.speed-dial-buttons a {
-webkit-user-select: none;
user-select: none;
}
.ripple-wave {
left: 0;
top: 0;
position: absolute !important;
border-radius: 50%;
pointer-events: none;
z-index: -1;
background: rgba(0, 0, 0, 0.1);
padding: 0;
margin: 0;
font-size: 0;
-webkit-transform: translate3d(0px, 0px, 0) scale(0);
transform: translate3d(0px, 0px, 0) scale(0);
-webkit-transition-duration: 1400ms;
transition-duration: 1400ms;
}
.ripple-wave.ripple-wave-fill {
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
opacity: 0.35;
}
.ripple-wave.ripple-wave-out {
-webkit-transition-duration: 600ms;
transition-duration: 600ms;
opacity: 0;
}
.button-fill .ripple-wave,
.picker-calendar-day .ripple-wave {
z-index: 1;
}
.button-fill .ripple-wave,
.navbar .ripple-wave,
.toolbar .ripple-wave,
.subnavbar .ripple-wave,
.searchbar .ripple-wave,
.notifications .ripple-wave,
.floating-button .ripple-wave,
.speed-dial-buttons a .ripple-wave {
background: rgba(255, 255, 255, 0.3);
}
.messagebar .ripple-wave {
background: rgba(0, 0, 0, 0.1);
}
/* === Disabled elements === */
.disabled,
[disabled] {
opacity: 0.55;
pointer-events: none;
}
.disabled .disabled,
.disabled [disabled],
[disabled] .disabled,
[disabled] [disabled] {
opacity: 1;
}
* {
-webkit-user-select: none;
user-select: none;
}
input,
textarea {
-webkit-touch-callout: default;
-webkit-user-select: text;
user-select: text;
}
.phone.android .container-edit .page-content .list-block:first-child,
.phone.android .container-collaboration .page-content .list-block:first-child,
.phone.android .container-filter .page-content .list-block:first-child {
margin-top: -1px;
}
.container-edit.popover,
.container-add.popover,
.container-settings.popover,
.container-collaboration.popover,
.container-filter.popover {
width: 360px;
}
.settings.popup .list-block,
.settings.popover .list-block {
margin: 32px 0;
}
.settings.popup .list-block ul,
.settings.popover .list-block ul {
border-radius: 0;
background: #fff;
}
.settings.popup .list-block:first-child,
.settings.popover .list-block:first-child {
margin-top: 0;
}
.settings.popup .list-block:first-child li:first-child a,
.settings.popover .list-block:first-child li:first-child a {
border-radius: 0;
}
.settings.popup > .content-block,
.settings.popover > .content-block,
.settings.popup .popover-inner > .content-block,
.settings.popover .popover-inner > .content-block {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.settings.popup .popover-view,
.settings.popover .popover-view {
border-radius: 2px;
}
.settings.popup .popover-view > .pages,
.settings.popover .popover-view > .pages {
border-radius: 2px;
}
.settings .categories {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.settings .categories > .toolbar {
top: 0;
height: 100%;
}
.settings .popover-inner {
height: 400px;
}
.dataview .row {
justify-content: space-around;
}
.dataview ul {
padding: 0 10px;
list-style: none;
justify-content: space-around;
}
.dataview ul li {
display: inline-block;
}
.dataview .active {
position: relative;
z-index: 1;
}
.dataview .active::after {
content: '';
position: absolute;
width: 22px;
height: 22px;
right: -5px;
bottom: -5px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%2F%3E%3Cpath%20d%3D%22M11%2C21A10%2C10%2C0%2C1%2C1%2C21%2C11%2C10%2C10%2C0%2C0%2C1%2C11%2C21h0ZM17.4%2C7.32L17.06%2C7a0.48%2C0.48%2C0%2C0%2C0-.67%2C0l-7%2C6.84L6.95%2C11.24a0.51%2C0.51%2C0%2C0%2C0-.59.08L6%2C11.66a0.58%2C0.58%2C0%2C0%2C0%2C0%2C.65l3.19%2C3.35a0.38%2C0.38%2C0%2C0%2C0%2C.39%2C0L17.4%2C8a0.48%2C0.48%2C0%2C0%2C0%2C0-.67h0Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.item-content .item-after.splitter label {
color: #000;
margin: 0 5px;
line-height: 36px;
}
.item-content .item-after.splitter .button {
min-width: 40px;
margin-left: 0;
}
.item-content .item-after.value {
display: block;
min-width: 50px;
color: #000000;
margin-left: 10px;
text-align: right;
}
.item-content.buttons .item-inner {
padding-top: 0;
padding-bottom: 0;
}
.item-content.buttons .item-inner > .row {
width: 100%;
}
.item-content.buttons .item-inner > .row .button {
flex: 1;
font-size: 17px;
margin-left: 5px;
}
.item-content.buttons .item-inner > .row .button:first-child {
margin-left: 0;
}
.item-content.buttons .item-inner > .row .button.active {
color: #fff;
background-color: #40865c;
}
.item-content .color-preview {
width: 30px;
height: 30px;
border-radius: 16px;
margin-top: -3px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
}
.item-link.no-indicator .item-inner {
background-image: none;
padding-right: 16px;
}
.popover .list-block:last-child li:last-child .buttons a {
border-radius: 3px;
}
.button.active i.icon {
background-color: #fff;
}
.document-menu {
width: auto;
line-height: 1 !important;
z-index: 12500;
}
.document-menu .popover-inner {
overflow: hidden;
}
.document-menu .list-block {
white-space: pre;
}
.document-menu .list-block ul {
height: 48px;
}
.document-menu .list-block li {
display: inline-block;
}
html.phone .document-menu .list-block .item-link {
padding: 0 10px;
}
.color-palette a {
flex-grow: 1;
position: relative;
min-width: 10px;
min-height: 26px;
margin: 1px 1px 0 0;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
}
.color-palette a.active:after {
content: ' ';
position: absolute;
width: 100%;
height: 100%;
box-shadow: 0 0 0 1px white, 0 0 0 4px #40865c;
z-index: 1;
border-radius: 1px;
}
.color-palette a.transparent {
background-repeat: no-repeat;
background-size: 100% 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20viewBox%3D'0%200%2022%2022'%20xml%3Aspace%3D'preserve'%3E%3Cline%20stroke%3D'%23ff0000'%20stroke-linecap%3D'undefined'%20stroke-linejoin%3D'undefined'%20id%3D'svg_1'%20y2%3D'0'%20x2%3D'22'%20y1%3D'22'%20x1%3D'0'%20stroke-width%3D'2'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.color-palette .theme-colors .item-inner {
display: inline-block;
overflow: visible;
}
.color-palette .standart-colors .item-inner {
overflow: visible;
}
.color-palette.list-block:last-child li:last-child a {
border-radius: 0;
}
.about .page-content {
text-align: center;
}
.about .content-block:first-child {
margin: 15px 0;
}
.about .content-block {
margin: 0 auto 15px;
}
.about .content-block a {
color: #000;
}
.about h3 {
font-weight: normal;
margin: 0;
}
.about h3.vendor {
color: #000;
font-weight: bold;
margin-top: 15px;
}
.about p > label {
margin-right: 5px;
}
.about .logo {
background: url('../../../../common/mobile/resources/img/about/logo.svg') no-repeat center;
}
.color-schemes-menu {
cursor: pointer;
display: block;
background-color: #fff;
}
.color-schemes-menu .item-content {
padding-left: 0;
}
.color-schemes-menu .item-inner {
justify-content: flex-start;
padding-left: 16px;
}
.color-schemes-menu .color-schema-block {
display: flex;
}
.color-schemes-menu .color {
min-width: 26px;
min-height: 26px;
margin: 0 2px 0 0;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
}
.color-schemes-menu .text {
margin-left: 20px;
color: #212121;
}
.page-change .block-description {
background-color: #fff;
padding-top: 15px;
padding-bottom: 15px;
margin: 0;
max-width: 100%;
word-wrap: break-word;
}
.page-change #user-name {
font-size: 17px;
line-height: 22px;
color: #000000;
margin: 0;
}
.page-change #date-change {
font-size: 14px;
line-height: 18px;
color: #6d6d72;
margin: 0;
margin-top: 3px;
}
.page-change #text-change {
color: #000000;
font-size: 15px;
line-height: 20px;
margin: 0;
margin-top: 10px;
}
.page-change .block-btn {
display: flex;
flex-direction: row;
justify-content: space-around;
margin: 0;
padding: 26px 0;
background-color: #EFEFF4;
}
.page-change .block-btn #btn-next-change,
.page-change .block-btn #btn-reject-change {
margin-left: 20px;
}
.page-change .block-btn #btn-goto-change {
margin-right: 20px;
}
.page-change .block-btn .right-buttons {
display: flex;
}
.page-change .block-btn .link {
display: inline-block;
}
.container-collaboration .navbar .right.close-collaboration {
position: absolute;
right: 5px;
}
.container-collaboration .page-content .list-block:first-child {
margin-top: -1px;
}
#user-list .item-content {
padding-left: 0;
}
#user-list .item-inner {
justify-content: flex-start;
padding-left: 15px;
}
#user-list .length {
margin-left: 4px;
}
#user-list .color {
min-width: 40px;
min-height: 40px;
margin-right: 20px;
text-align: center;
border-radius: 50px;
line-height: 40px;
color: #373737;
font-weight: 400;
}
#user-list ul:before {
content: none;
}
.page-comments .list-block .item-inner {
display: block;
padding: 16px 0;
word-wrap: break-word;
}
.page-comments p {
margin: 0;
}
.page-comments .user-name {
font-size: 17px;
line-height: 22px;
color: #000000;
margin: 0;
font-weight: bold;
}
.page-comments .comment-date,
.page-comments .reply-date {
font-size: 12px;
line-height: 18px;
color: #6d6d72;
margin: 0;
margin-top: 0px;
}
.page-comments .comment-text,
.page-comments .reply-text {
color: #000000;
font-size: 15px;
line-height: 25px;
margin: 0;
max-width: 100%;
padding-right: 15px;
}
.page-comments .reply-item {
margin-top: 15px;
}
.page-comments .reply-item .user-name {
padding-top: 16px;
}
.page-comments .reply-item:before {
content: '';
position: absolute;
left: auto;
bottom: 0;
right: auto;
top: 0;
height: 1px;
width: 100%;
background-color: rgba(0, 0, 0, 0.12);
display: block;
z-index: 15;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.page-comments .comment-quote {
color: #40865c;
border-left: 1px solid #40865c;
padding-left: 10px;
margin: 5px 0;
font-size: 15px;
}
.settings.popup .list-block ul.list-reply:last-child:after,
.settings.popover .list-block ul.list-reply:last-child:after {
display: none;
}
.tablet .searchbar.document.replace .center > .replace {
display: flex;
}
.tablet .searchbar.document.replace .right .replace {
display: flex;
}
.tablet .searchbar.document.replace .link.replace {
font-size: 16px;
}
.tablet .searchbar.document .center {
width: 100%;
display: flex;
margin: 0;
overflow: visible;
}
.tablet .searchbar.document .center .searchbar {
overflow: visible;
}
.tablet .searchbar.document .center .searchbar.search {
padding: 0;
}
.tablet .searchbar.document .center > .replace {
display: none;
}
.tablet .searchbar.document .right .replace {
display: none;
}
.phone .searchbar.document.replace {
height: 96px;
}
.phone .searchbar.document.replace .link.replace {
font-size: 16px;
}
.phone .searchbar.document.replace .left {
margin-top: -48px;
}
.phone .searchbar.document.replace .center .replace {
display: block;
}
.phone .searchbar.document.replace .right > .replace {
display: flex;
}
.phone .searchbar.document .left,
.phone .searchbar.document .center,
.phone .searchbar.document .right {
flex-direction: column;
}
.phone .searchbar.document .center {
width: 100%;
margin: 0;
overflow: visible;
}
.phone .searchbar.document .center .searchbar {
padding: 0;
}
.phone .searchbar.document .center .replace {
display: none;
}
.phone .searchbar.document .right > p {
margin: 0;
}
.phone .searchbar.document .right > p a.link {
height: 48px;
}
.phone .searchbar.document .right > .replace {
display: none;
}
i.icon.icon-expand-up {
width: 17px;
height: 17px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23000000%22%3E%3Cg%3E%3Cpolygon%20points%3D%2210.9%2C5.1%202%2C13.9%204.1%2C16%2011.1%2C9.2%2017.9%2C16%2020%2C13.9%2011.2%2C5.1%2011.1%2C5%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-expand-down {
width: 17px;
height: 17px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23000000%22%3E%3Cg%3E%3Cpolygon%20points%3D%2210.9%2C16.9%202%2C8.1%204.1%2C6%2011.1%2C12.8%2017.9%2C6%2020%2C8.1%2011.2%2C16.9%2011.1%2C17%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-search {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M19.5%2C16.8L16%2C13.3c0.7-1.1%2C1.1-2.4%2C1.1-3.8C17%2C5.4%2C13.6%2C2%2C9.5%2C2S2%2C5.4%2C2%2C9.5S5.4%2C17%2C9.5%2C17c1.4%2C0%2C2.7-0.4%2C3.8-1.1l3.5%2C3.5c0.7%2C0.7%2C1.9%2C0.7%2C2.6%2C0C20.2%2C18.7%2C20.2%2C17.6%2C19.5%2C16.8z%20M9.5%2C15.3c-3.2%2C0-5.8-2.6-5.8-5.8s2.6-5.8%2C5.8-5.8s5.8%2C2.6%2C5.8%2C5.8S12.7%2C15.3%2C9.5%2C15.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-edit {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C20h22v1H0V20z%22%2F%3E%3Cpolygon%20points%3D%2217.1%2C3.1%203.5%2C16.7%203%2C20%206.3%2C19.5%2019.9%2C5.9%20%09%22%2F%3E%3Cpath%20d%3D%22M20.5%2C5.3L22%2C3.8c0%2C0-0.2-1.2-0.9-1.9C20.4%2C1.1%2C19.2%2C1%2C19.2%2C1l-1.5%2C1.5L20.5%2C5.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-edit-settings {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M2.5%2015L8%201h2l4.4146%2011.2574-1.6009%201.6008L12.12012%2012h-6.25L4.75%2015zM9%203.66998L6.62012%2010h4.75976z%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10%2019.50035V22h2.49965l7.37231-7.37231-2.49965-2.49965zm11.805-6.80572c.26-.25997.26-.67991%200-.93987l-1.5598-1.559787c-.25992-.259964-.67986-.259964-.93983%200L18.08554%2011.4148l2.49966%202.49966z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-reader {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M17%2C21H1V9h6V2l0%2C0h10v5h1V1H6.2L0%2C7.6V22h18v-3h-1V21z%20M6%2C2.8V8H1.1L6%2C2.8z%20M13%2C8c-5.1%2C0-9%2C5-9%2C5s4.1%2C5%2C9%2C5c5%2C0%2C9-5%2C9-5S18%2C8%2C13%2C8z%20M8.7%2C15.5C6.8%2C14.4%2C6.4%2C13%2C6.4%2C13s0.4-1.5%2C2.4-2.6C8.3%2C11.2%2C8%2C12%2C8%2C13C8%2C13.9%2C8.3%2C14.8%2C8.7%2C15.5z%20M13%2C16.7c-2.1%2C0-3.7-1.7-3.7-3.7c0-2.1%2C1.7-3.7%2C3.7-3.7c2.1%2C0%2C3.7%2C1.7%2C3.7%2C3.7C16.7%2C15.1%2C15.1%2C16.7%2C13%2C16.7z%20M17.3%2C15.5c0.4-0.7%2C0.7-1.6%2C0.7-2.5c0-1-0.3-1.8-0.7-2.6c2%2C1.1%2C3.4%2C2.6%2C3.4%2C2.6S19.2%2C14.4%2C17.3%2C15.5z%20M13%2C11.7c-0.7%2C0-1.3%2C0.6-1.3%2C1.3s0.6%2C1.3%2C1.3%2C1.3s1.3-0.6%2C1.3-1.3S13.7%2C11.7%2C13%2C11.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-download {
width: 22px;
height: 28px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20y%3D%220px%22%20x%3D%220px%22%20fill%3D%22%2340865c%22%3E%3Cpath%20d%3D%22M12%200H11L11%2014L7.39999%2010.3L6.69999%2011.1L11.5%2016L16.3%2011.1L15.6%2010.3L12%2014L12%200Z%22%2F%3E%3Cpath%20d%3D%22M14%205V6H19V20H4V6H9V5H3V21H20V5H14Z%22%2F%3E%3C%2Fsvg%3E");
}
i.icon.icon-print {
width: 22px;
height: 28px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-0%200%2022%2022%22%20y%3D%220px%22%20x%3D%220px%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%201H17V6H21V17H17V21H5V17H1V6H5V1ZM6%206H16V2H6V6ZM5%2016V13H2V16H5ZM2%2012H20V7H2V12ZM20%2013H17V16H20V13ZM16%2013H6V20H16V13ZM14%2016H8V15H14V16ZM14%2018H8V17H14V18Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-info {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M10%2C17h2V8h-2V17z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11s4.5%2C10%2C10%2C10s10-4.5%2C10-10S16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4-9-9s4-9%2C9-9s9%2C4%2C9%2C9S16%2C20%2C11%2C20z%20M10%2C7h2V5h-2V7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-about {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C18.5c0-0.3-0.1-0.6-0.7-0.9l-2.6-1.2l2.6-1.2c0.6-0.3%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-8.9-4.1c-0.7-0.4-1.9-0.4-2.8%2C0l-8.9%2C4.1C-0.9%2C13.8-1%2C14.1-1%2C14.3s0.1%2C0.6%2C0.7%2C0.9l2.6%2C1.2l-2.6%2C1.2C-0.9%2C18-1%2C18.4-1%2C18.5c0%2C0.2%2C0.1%2C0.6%2C0.7%2C0.9l2.5%2C1.2l-2.5%2C1.2C-0.9%2C22.1-1%2C22.5-1%2C22.7c0%2C0.3%2C0.1%2C0.6%2C0.7%2C0.9l8.9%2C4.1c0.5%2C0.2%2C0.8%2C0.3%2C1.4%2C0.3s1-0.1%2C1.4-0.3l8.9-4.1c0.6-0.4%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-2.5-1.2l2.5-1.2C20.9%2C19.2%2C21%2C18.8%2C21%2C18.5z%20M-0.2%2C14.3L-0.2%2C14.3c0%2C0%2C0.1-0.1%2C0.3-0.2L9%2C10c0.6-0.3%2C1.5-0.3%2C2%2C0l8.9%2C4.1c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C18.6c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1C-0.1%2C14.4-0.2%2C14.3-0.2%2C14.3z%20M20.2%2C22.7L20.2%2C22.7c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C27.1c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5C20.1%2C22.7%2C20.2%2C22.7%2C20.2%2C22.7z%20M19.9%2C18.7L11%2C22.8c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0C20.2%2C18.5%2C20.1%2C18.6%2C19.9%2C18.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-help {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.6%2C1.3c-3.3%2C0-6%2C2.8-6%2C6.2c0.3%2C0%2C0.7%2C0%2C0.9%2C0c0-2.9%2C2.3-5.2%2C5.1-5.2s5.1%2C2.3%2C5.1%2C5.2c0%2C1.7-1.9%2C3.2-3%2C4.3C12.9%2C12.6%2C11%2C14.2%2C11%2C16c0%2C1.2%2C0%2C2.2%2C0%2C2.7c0.3%2C0%2C0.6%2C0%2C0.9%2C0c0-0.6%2C0-1.6%2C0-2.5c0-1.4%2C1.1-2.4%2C2.2-3.5c1.7-1.5%2C3.5-3.1%2C3.5-5.2C17.6%2C4.1%2C14.9%2C1.3%2C11.6%2C1.3z%20M11.5%2C20.2c-0.3%2C0-0.5%2C0.2-0.5%2C0.5v0.8c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.5s0.5-0.2%2C0.5-0.5v-0.8C11.9%2C20.4%2C11.7%2C20.2%2C11.5%2C20.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-versions {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M19%2C12c0-1.1-0.9-2-2-2c0-1.1-0.9-2-2-2H5c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2v12c0%2C1.1%2C0.9%2C2%2C2%2C2h18c1.1%2C0%2C2-0.9%2C2-2V14C21%2C12.9%2C20.1%2C12%2C19%2C12z%20M5%2C9h10c0.6%2C0%2C1%2C0.4%2C1%2C1H4C4%2C9.4%2C4.4%2C9%2C5%2C9z%20M3%2C11h14c0.6%2C0%2C1%2C0.4%2C1%2C1H2C2%2C11.4%2C2.4%2C11%2C3%2C11z%20M20%2C26c0%2C0.6-0.4%2C1-1%2C1H1c-0.6%2C0-1-0.4-1-1V14c0-0.6%2C0.4-1%2C1-1h18c0.6%2C0%2C1%2C0.4%2C1%2C1V26z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-text-color {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M8.9%2C12l2.3-6.3l2.2%2C6.3H8.9z%20M4.7%2C17.8h2l1.6-4.3h5.6l1.5%2C4.3h2.1L12.3%2C3.5h-2.2L4.7%2C17.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-text-align-center {
width: 22px;
height: 22px;
background-color: #40865c;
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M4%2C7v1h14V7H4z%20M1%2C12h21v-1H1V12z%20M4%2C15v1h14v-1H4z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-text-align-jast {
width: 22px;
height: 22px;
background-color: #40865c;
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M1%2C8h21V7H1V8z%20M1%2C12h21v-1H1V12z%20M1%2C16h21v-1H1V16z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-text-align-left {
width: 22px;
height: 22px;
background-color: #40865c;
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M15%2C7H1v1h14V7z%20M1%2C12h21v-1H1V12z%20M15%2C15H1v1h14V15z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-text-align-right {
width: 22px;
height: 22px;
background-color: #40865c;
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M8%2C8h14V7H8V8z%20M22%2C11H1v1h21V11z%20M8%2C16h14v-1H8V16z%20M22%2C19H1v1h21V19z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-text-valign-top {
width: 22px;
height: 22px;
background-color: #40865c;
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%222%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%224%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%2018%2011%2018%2011%207.83%208.65%209.8%208%208.94%2011.5%206%2015%209%2014.35%209.8%2012%207.83%2012%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-text-valign-middle {
width: 22px;
height: 22px;
background-color: #40865c;
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2210%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2212%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%202%2012%202%2012%207.17%2014.35%205.2%2015%206.06%2011.5%209%208%206%208.65%205.2%2011%207.17%2011%202%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%2021%2011%2021%2011%2015.83%208.65%2017.8%208%2016.94%2011.5%2014%2015%2017%2014.35%2017.8%2012%2015.83%2012%2021%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-text-valign-bottom {
width: 22px;
height: 22px;
background-color: #40865c;
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2218%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2220%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%204%2012%204%2012%2015.17%2014.35%2013.2%2015%2014.06%2011.5%2017%208%2014%208.65%2013.2%2011%2015.17%2011%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-link {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M12.4%2C9.8c0%2C0-2.1-0.1-3.8%2C1.2c-2.8%2C2-3.3%2C4.3-3.3%2C4.3s1.6-1.7%2C3.5-2.5c1.7-0.7%2C3.7-0.4%2C3.7-0.4v1.9l4.8-3.3V11l-4.8-3.3V9.8z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C21%2C5.5%2C16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4.1-9-9C2%2C6%2C6%2C2%2C11%2C2s9%2C4.1%2C9%2C9C20%2C16%2C16%2C20%2C11%2C20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-insimage {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cpath%20id%3D%22XMLID_43_%22%20d%3D%22M19%2C4L19%2C4H3v15l0%2C0l0%2C0l0%2C0h17V4H19z%20M7.5%2C7C8.3%2C7%2C9%2C7.7%2C9%2C8.5S8.3%2C10%2C7.5%2C10S6%2C9.3%2C6%2C8.5S6.7%2C7%2C7.5%2C7zM5.2%2C18l5.5-5.5l5.5%2C5.5H5.2z%20M19%2C18h-1.5l-4.3-4.3l4-4l1.8%2C1.8V18z%22%2F%3E%3C%2Fsvg%3E");
}
i.icon.icon-sort {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cpolygon%20points%3D%228%2C16.4%207.3%2C15.7%205%2C18.1%205%2C2%204%2C2%204%2C18.1%201.7%2C15.7%201%2C16.4%204.5%2C20%204.5%2C20%204.5%2C20%20%22%2F%3E%3Cpath%20d%3D%22M19.3%2C4H8.7C8.1%2C4%2C7.8%2C4.6%2C8.1%2C5.1l3.9%2C5.9v4.7l2.8%2C1.5c0.5%2C0.3%2C1.1-0.1%2C1.1-0.7V11h0l3.9-5.9C20.2%2C4.6%2C19.9%2C4%2C19.3%2C4z%22%2F%3E%3C%2Fsvg%3E");
}
i.icon.icon-image-library {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bisolation%3Aisolate%3B%7D.cls-2%7Bopacity%3A0.2%3B%7D.cls-3%7Bfill%3A%23fff%3B%7D.cls-10%2C.cls-11%2C.cls-4%2C.cls-6%2C.cls-7%2C.cls-8%2C.cls-9%7Bmix-blend-mode%3Amultiply%3B%7D.cls-4%7Bfill%3Aurl(%23grad_8)%3B%7D.cls-5%7Bfill%3Aurl(%23grad_10)%3B%7D.cls-6%7Bfill%3Aurl(%23grad_12)%3B%7D.cls-7%7Bfill%3Aurl(%23grad_14)%3B%7D.cls-8%7Bfill%3Aurl(%23grad_79)%3B%7D.cls-9%7Bfill%3Aurl(%23grad_77)%3B%7D.cls-10%7Bfill%3Aurl(%23grad_75)%3B%7D.cls-11%7Bfill%3Aurl(%23grad_81)%3B%7D%3C%2Fstyle%3E%3ClinearGradient%20id%3D%22grad_8%22%20x1%3D%2211.08%22%20y1%3D%2210.26%22%20x2%3D%2211.08%22%20y2%3D%221.26%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f3e916%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f89d34%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22grad_10%22%20x1%3D%2211.08%22%20y1%3D%2220.44%22%20x2%3D%2211.08%22%20y2%3D%2211.88%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%235eb6e8%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23958cc3%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22grad_12%22%20x1%3D%221.46%22%20y1%3D%2211.05%22%20x2%3D%2210.46%22%20y2%3D%2211.05%22%20gradientTransform%3D%22translate(17%205.09)%20rotate(90)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23cc8dba%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f86867%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22grad_14%22%20x1%3D%2211.73%22%20y1%3D%2211.05%22%20x2%3D%2220.73%22%20y2%3D%2211.05%22%20gradientTransform%3D%22translate(27.28%20-5.18)%20rotate(90)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%236ac07f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c5da3d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22grad_79%22%20x1%3D%2211.74%22%20y1%3D%2210.42%22%20x2%3D%2217.52%22%20y2%3D%224.63%22%20gradientTransform%3D%22translate(30.29%202.51)%20rotate(135)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23c5da3d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f3e916%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22grad_77%22%20x1%3D%224.7%22%20y1%3D%2217.49%22%20x2%3D%2210.48%22%20y2%3D%2211.71%22%20gradientTransform%3D%22translate(23.24%2019.65)%20rotate(135)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%239595c3%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cc8dba%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22grad_75%22%20x1%3D%224.69%22%20y1%3D%224.64%22%20x2%3D%2210.47%22%20y2%3D%2210.42%22%20gradientTransform%3D%22translate(7.54%20-3.15)%20rotate(45)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f86867%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f89d34%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22grad_81%22%20x1%3D%2211.77%22%20y1%3D%2211.78%22%20x2%3D%2217.55%22%20y2%3D%2217.56%22%20gradientTransform%3D%22translate(14.63%20-6.05)%20rotate(45)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%235ec0e8%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236ac07f%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ctitle%3Eicons_for_svg%3C%2Ftitle%3E%3Cg%20class%3D%22cls-1%22%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%3E%3Crect%20class%3D%22cls-2%22%20x%3D%220.09%22%20y%3D%220.01%22%20width%3D%2222%22%20height%3D%2222%22%20rx%3D%224%22%20ry%3D%224%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%220.57%22%20y%3D%220.49%22%20width%3D%2221.04%22%20height%3D%2221.04%22%20rx%3D%223.6%22%20ry%3D%223.6%22%2F%3E%3Crect%20class%3D%22cls-4%22%20x%3D%228.33%22%20y%3D%221.26%22%20width%3D%225.5%22%20height%3D%229%22%20rx%3D%222.5%22%20ry%3D%222.5%22%2F%3E%3Crect%20class%3D%22cls-5%22%20x%3D%228.33%22%20y%3D%2211.76%22%20width%3D%225.5%22%20height%3D%229%22%20rx%3D%222.5%22%20ry%3D%222.5%22%2F%3E%3Crect%20class%3D%22cls-6%22%20x%3D%223.21%22%20y%3D%226.55%22%20width%3D%225.5%22%20height%3D%229%22%20rx%3D%222.5%22%20ry%3D%222.5%22%20transform%3D%22translate(-5.09%2017)%20rotate(-90)%22%2F%3E%3Crect%20class%3D%22cls-7%22%20x%3D%2213.48%22%20y%3D%226.55%22%20width%3D%225.5%22%20height%3D%229%22%20rx%3D%222.5%22%20ry%3D%222.5%22%20transform%3D%22translate(5.18%2027.28)%20rotate(-90)%22%2F%3E%3Crect%20class%3D%22cls-8%22%20x%3D%2211.87%22%20y%3D%223.03%22%20width%3D%225.5%22%20height%3D%229%22%20rx%3D%222.5%22%20ry%3D%222.5%22%20transform%3D%22translate(19.64%2023.19)%20rotate(-135)%22%2F%3E%3Crect%20class%3D%22cls-9%22%20x%3D%224.8%22%20y%3D%2210.14%22%20width%3D%225.5%22%20height%3D%229%22%20rx%3D%222.5%22%20ry%3D%222.5%22%20transform%3D%22translate(2.54%2030.33)%20rotate(-135)%22%2F%3E%3Crect%20class%3D%22cls-10%22%20x%3D%224.83%22%20y%3D%223.03%22%20width%3D%225.5%22%20height%3D%229%22%20rx%3D%222.5%22%20ry%3D%222.5%22%20transform%3D%22translate(-3.1%207.56)%20rotate(-45)%22%2F%3E%3Crect%20class%3D%22cls-11%22%20x%3D%2211.87%22%20y%3D%2210.14%22%20width%3D%225.5%22%20height%3D%229%22%20rx%3D%222.5%22%20ry%3D%222.5%22%20transform%3D%22translate(-6.07%2014.63)%20rotate(-45)%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-function {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%22-238%20240%2024%2022%22%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%20-238%20240%2022%2022%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-width%3A0.5%3Bstroke-linecap%3Asquare%3Bstroke-miterlimit%3A10%3B%7D.st1%7Bstroke%3A%23000%3Bstroke-width%3A0.5%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M-226.94%20257.74c-0.26-0.54-0.46-1.18-0.61-1.92%20-0.15-0.73-0.22-1.46-0.22-2.18%200-1.35%200.26-2.7%200.78-4.04%200.52-1.35%201.22-2.49%202.1-3.43%200.88-0.94%201.51-1.53%201.89-1.77%200.1-0.06%200.14-0.1%200.14-0.13%200-0.04-0.07-0.05-0.21-0.05%20-0.31%200-0.55%200.04-0.71%200.12%20-0.16%200.08-0.53%200.4-1.1%200.96s-1.07%201.14-1.49%201.75c-0.42%200.61-0.78%201.25-1.06%201.94%20-0.29%200.69-0.51%201.42-0.68%202.19%20-0.17%200.77-0.25%201.63-0.25%202.57%200%200.58%200.07%201.25%200.2%201.99%200.13%200.74%200.33%201.41%200.58%202%200.25%200.59%200.41%200.9%200.48%200.94%200.07%200.04%200.24%200.06%200.51%200.06%200.09%200%200.13-0.02%200.13-0.05l-0.03-0.05C-226.53%20258.59-226.68%20258.29-226.94%20257.74zM-219.15%20253.05c0-0.09-0.04-0.14-0.12-0.14%20-0.08%200-0.18%200.08-0.29%200.24%20-0.28%200.41-0.59%200.71-0.92%200.91s-0.61%200.3-0.85%200.3c-0.18%200-0.36-0.08-0.52-0.25%20-0.17-0.16-0.25-0.42-0.25-0.77%200-0.69%200.23-1.66%200.68-2.93%200.45-1.27%201.01-1.9%201.68-1.9%200.15%200%200.22%200.08%200.22%200.24%200%200.06-0.01%200.15-0.04%200.27%20-0.02%200.07-0.02%200.12-0.02%200.18%200%200.13%200.05%200.23%200.14%200.32%200.09%200.08%200.2%200.13%200.34%200.13%200.19%200%200.34-0.06%200.45-0.17%200.1-0.11%200.16-0.24%200.16-0.38%200-0.24-0.1-0.47-0.29-0.67%20-0.19-0.21-0.43-0.31-0.71-0.31%20-0.55%200-1.09%200.29-1.62%200.87%20-0.11%200.12-0.18%200.18-0.21%200.18l-0.08-0.03c-0.06-0.33-0.17-0.58-0.34-0.75%20-0.17-0.17-0.4-0.25-0.69-0.25%20-0.37%200-0.78%200.19-1.22%200.56%20-0.44%200.37-0.66%200.62-0.66%200.74%200%200.08%200.04%200.11%200.13%200.11%200.08%200%200.2-0.09%200.37-0.27%200.45-0.48%200.81-0.72%201.09-0.72%200.14%200%200.27%200.08%200.38%200.25%200.11%200.17%200.16%200.39%200.16%200.67%200%200.58-0.27%201.53-0.8%202.85%20-0.54%201.32-1.1%201.98-1.68%201.98%20-0.13%200-0.23-0.05-0.3-0.14%20-0.08-0.09-0.12-0.18-0.12-0.27%200-0.05%200.01-0.12%200.03-0.23%200.01-0.07%200.02-0.13%200.02-0.18%200-0.3-0.14-0.45-0.42-0.45%20-0.18%200-0.33%200.07-0.46%200.2%20-0.13%200.13-0.2%200.3-0.2%200.51%200%200.26%200.13%200.48%200.4%200.66%200.27%200.18%200.56%200.26%200.86%200.26%200.4%200%200.87-0.23%201.41-0.68%200.23-0.19%200.39-0.31%200.47-0.36%200.04%200.05%200.11%200.17%200.21%200.37%200.26%200.48%200.66%200.71%201.21%200.71%200.57%200%201.11-0.22%201.63-0.67C-219.41%20253.59-219.15%20253.26-219.15%20253.05zM-216.2%20247.22c-0.13-0.75-0.33-1.41-0.58-2%20-0.25-0.59-0.41-0.9-0.48-0.94%20-0.07-0.04-0.24-0.06-0.51-0.06%20-0.09%200-0.13%200.02-0.13%200.05l0.03%200.05c0.05%200.06%200.2%200.36%200.46%200.91%200.26%200.54%200.46%201.18%200.61%201.91%200.15%200.73%200.22%201.46%200.22%202.17%200%201.36-0.26%202.71-0.78%204.05%20-0.52%201.35-1.22%202.49-2.11%203.43%20-0.89%200.94-1.51%201.53-1.89%201.77l-0.14%200.13c0%200.04%200.07%200.06%200.21%200.06%200.3%200%200.5-0.02%200.59-0.05%200.1-0.03%200.47-0.35%201.11-0.94%200.64-0.59%201.19-1.24%201.65-1.94%200.46-0.7%200.83-1.4%201.12-2.11%200.28-0.7%200.49-1.44%200.62-2.21C-216.06%20250.74-216%20249.98-216%20249.21%20-216%20248.63-216.07%20247.97-216.2%20247.22z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-226.94%20257.74c-0.26-0.54-0.46-1.18-0.61-1.92%20-0.15-0.73-0.22-1.46-0.22-2.18%200-1.35%200.26-2.7%200.78-4.04%200.52-1.35%201.22-2.49%202.1-3.43%200.88-0.94%201.51-1.53%201.89-1.77%200.1-0.06%200.14-0.1%200.14-0.13%200-0.04-0.07-0.05-0.21-0.05%20-0.31%200-0.55%200.04-0.71%200.12%20-0.16%200.08-0.53%200.4-1.1%200.96s-1.07%201.14-1.49%201.75c-0.42%200.61-0.78%201.25-1.06%201.94%20-0.29%200.69-0.51%201.42-0.68%202.19%20-0.17%200.77-0.25%201.63-0.25%202.57%200%200.58%200.07%201.25%200.2%201.99%200.13%200.74%200.33%201.41%200.58%202%200.25%200.59%200.41%200.9%200.48%200.94%200.07%200.04%200.24%200.06%200.51%200.06%200.09%200%200.13-0.02%200.13-0.05l-0.03-0.05C-226.53%20258.59-226.68%20258.29-226.94%20257.74zM-219.15%20253.05c0-0.09-0.04-0.14-0.12-0.14%20-0.08%200-0.18%200.08-0.29%200.24%20-0.28%200.41-0.59%200.71-0.92%200.91s-0.61%200.3-0.85%200.3c-0.18%200-0.36-0.08-0.52-0.25%20-0.17-0.16-0.25-0.42-0.25-0.77%200-0.69%200.23-1.66%200.68-2.93%200.45-1.27%201.01-1.9%201.68-1.9%200.15%200%200.22%200.08%200.22%200.24%200%200.06-0.01%200.15-0.04%200.27%20-0.02%200.07-0.02%200.12-0.02%200.18%200%200.13%200.05%200.23%200.14%200.32%200.09%200.08%200.2%200.13%200.34%200.13%200.19%200%200.34-0.06%200.45-0.17%200.1-0.11%200.16-0.24%200.16-0.38%200-0.24-0.1-0.47-0.29-0.67%20-0.19-0.21-0.43-0.31-0.71-0.31%20-0.55%200-1.09%200.29-1.62%200.87%20-0.11%200.12-0.18%200.18-0.21%200.18l-0.08-0.03c-0.06-0.33-0.17-0.58-0.34-0.75%20-0.17-0.17-0.4-0.25-0.69-0.25%20-0.37%200-0.78%200.19-1.22%200.56%20-0.44%200.37-0.66%200.62-0.66%200.74%200%200.08%200.04%200.11%200.13%200.11%200.08%200%200.2-0.09%200.37-0.27%200.45-0.48%200.81-0.72%201.09-0.72%200.14%200%200.27%200.08%200.38%200.25%200.11%200.17%200.16%200.39%200.16%200.67%200%200.58-0.27%201.53-0.8%202.85%20-0.54%201.32-1.1%201.98-1.68%201.98%20-0.13%200-0.23-0.05-0.3-0.14%20-0.08-0.09-0.12-0.18-0.12-0.27%200-0.05%200.01-0.12%200.03-0.23%200.01-0.07%200.02-0.13%200.02-0.18%200-0.3-0.14-0.45-0.42-0.45%20-0.18%200-0.33%200.07-0.46%200.2%20-0.13%200.13-0.2%200.3-0.2%200.51%200%200.26%200.13%200.48%200.4%200.66%200.27%200.18%200.56%200.26%200.86%200.26%200.4%200%200.87-0.23%201.41-0.68%200.23-0.19%200.39-0.31%200.47-0.36%200.04%200.05%200.11%200.17%200.21%200.37%200.26%200.48%200.66%200.71%201.21%200.71%200.57%200%201.11-0.22%201.63-0.67C-219.41%20253.59-219.15%20253.26-219.15%20253.05zM-216.2%20247.22c-0.13-0.75-0.33-1.41-0.58-2%20-0.25-0.59-0.41-0.9-0.48-0.94%20-0.07-0.04-0.24-0.06-0.51-0.06%20-0.09%200-0.13%200.02-0.13%200.05l0.03%200.05c0.05%200.06%200.2%200.36%200.46%200.91%200.26%200.54%200.46%201.18%200.61%201.91%200.15%200.73%200.22%201.46%200.22%202.17%200%201.36-0.26%202.71-0.78%204.05%20-0.52%201.35-1.22%202.49-2.11%203.43%20-0.89%200.94-1.51%201.53-1.89%201.77l-0.14%200.13c0%200.04%200.07%200.06%200.21%200.06%200.3%200%200.5-0.02%200.59-0.05%200.1-0.03%200.47-0.35%201.11-0.94%200.64-0.59%201.19-1.24%201.65-1.94%200.46-0.7%200.83-1.4%201.12-2.11%200.28-0.7%200.49-1.44%200.62-2.21C-216.06%20250.74-216%20249.98-216%20249.21%20-216%20248.63-216.07%20247.97-216.2%20247.22z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M-229.66%20247.67c0.02-0.08%200.03-0.18%200.04-0.3%200.02-0.12%200.03-0.21%200.04-0.27%20-0.88%200-1.36-0.01-1.44-0.04%200.39-1.87%200.78-3.11%201.17-3.73%200.39-0.62%200.83-0.93%201.31-0.93%200.18%200%200.32%200.04%200.4%200.11%200.09%200.07%200.13%200.18%200.13%200.33%200%200.1-0.04%200.22-0.11%200.35%20-0.12%200.21-0.17%200.39-0.17%200.53%200%200.2%200.06%200.36%200.18%200.5%200.12%200.13%200.26%200.2%200.42%200.2%200.2%200%200.36-0.09%200.48-0.27%200.12-0.18%200.18-0.39%200.18-0.62%200-0.4-0.13-0.75-0.39-1.06C-227.69%20242.15-228.05%20242-228.52%20242c-0.79%200-1.49%200.43-2.11%201.28%20-0.61%200.85-1.09%202.15-1.43%203.9%20-0.68%200.01-1.21%200.04-1.62%200.08l-0.1%200.54%201.6-0.05c-0.08%200.33-0.26%201.17-0.53%202.52%20-0.68%203.42-1.27%205.89-1.77%207.41%20-0.5%201.52-1.1%202.28-1.79%202.28%20-0.19%200-0.34-0.06-0.45-0.19s-0.17-0.26-0.17-0.41c0-0.1%200.04-0.25%200.11-0.45%200.06-0.17%200.09-0.31%200.09-0.42%200-0.19-0.06-0.36-0.18-0.5%20-0.12-0.14-0.27-0.21-0.44-0.21%20-0.2%200-0.36%200.1-0.5%200.3%20-0.14%200.2-0.2%200.44-0.2%200.72%200%200.43%200.15%200.8%200.45%201.11%200.3%200.31%200.68%200.47%201.14%200.47%200.77%200%201.45-0.41%202.06-1.23%200.61-0.82%201.11-2.1%201.51-3.85l1.68-7.57C-230.66%20247.7-230.16%20247.68-229.66%20247.67L-229.66%20247.67z%22%2F%3E%3C%2Fsvg%3E");
}
i.icon.icon-app-settings {
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7%2014H16C18.2091%2014%2020%2015.7909%2020%2018C20%2020.2091%2018.2091%2022%2016%2022H7C4.79086%2022%203%2020.2091%203%2018C3%2015.7909%204.79086%2014%207%2014ZM16%2013C18.7614%2013%2021%2015.2386%2021%2018C21%2020.7614%2018.7614%2023%2016%2023H7C4.23858%2023%202%2020.7614%202%2018C2%2015.2386%204.23858%2013%207%2013H16Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16%2020C14.8954%2020%2014%2019.1046%2014%2018C14%2016.8954%2014.8954%2016%2016%2016C17.1046%2016%2018%2016.8954%2018%2018C18%2019.1046%2017.1046%2020%2016%2020ZM16%2021C14.3431%2021%2013%2019.6569%2013%2018C13%2016.3431%2014.3431%2015%2016%2015C17.6569%2015%2019%2016.3431%2019%2018C19%2019.6569%2017.6569%2021%2016%2021Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16%203H7C4.79086%203%203%204.79086%203%207C3%209.20914%204.79086%2011%207%2011H16C18.2091%2011%2020%209.20914%2020%207C20%204.79086%2018.2091%203%2016%203ZM7%202C4.23858%202%202%204.23858%202%207C2%209.76142%204.23858%2012%207%2012H16C18.7614%2012%2021%209.76142%2021%207C21%204.23858%2018.7614%202%2016%202H7Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7%209C8.10457%209%209%208.10457%209%207C9%205.89543%208.10457%205%207%205C5.89543%205%205%205.89543%205%207C5%208.10457%205.89543%209%207%209ZM7%2010C8.65685%2010%2010%208.65685%2010%207C10%205.34315%208.65685%204%207%204C5.34315%204%204%205.34315%204%207C4%208.65685%205.34315%2010%207%2010Z%22%20fill%3D%22%2340865c%22%2F%3E%3C%2Fsvg%3E");
}
i.icon.icon-table-settings {
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M1%202H22V21H1V2ZM12%203H21V8H12V3ZM12%209H21V14H12V9ZM11%2014V9H2V14H11ZM2%2015V20H11V15H2ZM12%2015H21V20H12V15ZM11%203V8H2V3H11Z%22%20fill%3D%22%2340865c%22%2F%3E%3C%2Fsvg%3E");
}
i.icon.icon-move-backward {
width: 28px;
height: 28px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3Cpath%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-move-forward {
width: 28px;
height: 28px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-move-background {
width: 28px;
height: 28px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3Cpath%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-move-foreground {
width: 28px;
height: 28px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-table-borders-all {
width: 28px;
height: 28px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-table-borders-none {
width: 28px;
height: 28px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-table-borders-inner {
width: 28px;
height: 28px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpolygon%20points%3D%2226%2013%2014%2013%2014%201%2013%201%2013%2013%201%2013%201%2014%2013%2014%2013%2026%2014%2026%2014%2014%2026%2014%2026%2013%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-table-borders-outer {
width: 28px;
height: 28px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-table-borders-left {
width: 28px;
height: 28px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-table-borders-center {
width: 28px;
height: 28px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2213%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-table-borders-right {
width: 28px;
height: 28px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2226%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-table-borders-top {
width: 28px;
height: 28px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-table-borders-middle {
width: 28px;
height: 28px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-table-borders-bottom {
width: 28px;
height: 28px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2226%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-table-borders-dup {
width: 28px;
height: 28px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%223%20-3%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M3-3v1v25v1h27v-1V-2v-1H3z%20M4-2h25v25H4V-2z%22%2F%3E%3Cpolygon%20points%3D%2230%2C-3%2029%2C-3%2029%2C-3%2029%2C-3%2029%2C-3%2029%2C-3%203%2C23%203%2C24%204%2C24%2030%2C-2%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-table-borders-ddown {
width: 28px;
height: 28px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%223%20-3%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M3-3v1v25v1h27v-1V-2v-1H3z%20M4-2h25v25H4V-2z%22%2F%3E%3Cpolygon%20points%3D%2230%2C23%204%2C-3%203%2C-3%203%2C-2%2029%2C24%2029%2C24%2029%2C24%2029%2C24%2029%2C24%2030%2C24%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-format-general {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M4.7700195%2C2.8598633L7.5600586%2C10h-1.050293L5.7299805%2C7.8500977H2.7099609L1.9101562%2C10H0.9399414l2.7802734-7.1401367H4.7700195z%20M5.4301758%2C7.0498047L4.2402344%2C3.7202148H4.2202148L3.0097656%2C7.0498047H5.4301758z%22%2F%3E%3Cpath%20d%3D%22M10.8500977%2C2.8598633c0.1533203%2C0%2C0.3183594%2C0.0019531%2C0.4951172%2C0.0053711c0.1762695%2C0.003418%2C0.3515625%2C0.0131836%2C0.5249023%2C0.0297852s0.3349609%2C0.0415039%2C0.4848633%2C0.0751953c0.1499023%2C0.0332031%2C0.2783203%2C0.0830078%2C0.3847656%2C0.1499023c0.2333984%2C0.1396484%2C0.4316406%2C0.3334961%2C0.5952148%2C0.5800781c0.1630859%2C0.246582%2C0.2451172%2C0.5498047%2C0.2451172%2C0.909668c0%2C0.3803711-0.0917969%2C0.7084961-0.2749023%2C0.9853516c-0.1835938%2C0.2763672-0.4453125%2C0.4814453-0.7851562%2C0.6147461v0.0200195c0.4399414%2C0.0932617%2C0.7763672%2C0.293457%2C1.0097656%2C0.6000977s0.3500977%2C0.6796875%2C0.3500977%2C1.1201172c0%2C0.2597656-0.0463867%2C0.5131836-0.1401367%2C0.7597656c-0.0932617%2C0.246582-0.2314453%2C0.4648438-0.4145508%2C0.6552734c-0.1835938%2C0.1899414-0.4101562%2C0.3432617-0.6801758%2C0.4599609S12.0634766%2C10%2C11.7099609%2C10H8.2597656V2.8598633H10.8500977z%20M11.1098633%2C5.9301758c0.5400391%2C0%2C0.9282227-0.0952148%2C1.1650391-0.2851562s0.3549805-0.4750977%2C0.3549805-0.8549805c0-0.253418-0.0400391-0.453125-0.1201172-0.6000977c-0.0795898-0.1464844-0.1899414-0.2597656-0.3295898-0.3398438c-0.1401367-0.0800781-0.3017578-0.1318359-0.4853516-0.1552734c-0.1831055-0.0229492-0.378418-0.034668-0.5849609-0.034668H9.2099609v2.2700195H11.1098633z%20M11.5898438%2C9.2001953c0.4199219%2C0%2C0.7485352-0.1132812%2C0.9853516-0.340332c0.2363281-0.2265625%2C0.3549805-0.5400391%2C0.3549805-0.9399414c0-0.2333984-0.043457-0.4262695-0.1303711-0.5800781c-0.0864258-0.1533203-0.2016602-0.2749023-0.3447266-0.3647461c-0.1435547-0.090332-0.3085938-0.1533203-0.4951172-0.1899414s-0.3798828-0.0551758-0.5800781-0.0551758H9.2099609v2.4702148H11.5898438z%22%2F%3E%3Cpath%20d%3D%22M19.425293%2C3.8701172c-0.3637695-0.253418-0.7954102-0.3798828-1.2954102-0.3798828c-0.4267578%2C0-0.7915039%2C0.0795898-1.0947266%2C0.2397461c-0.3037109%2C0.1601562-0.5537109%2C0.375-0.75%2C0.6450195c-0.1967773%2C0.2700195-0.3417969%2C0.5786133-0.4350586%2C0.9248047c-0.0932617%2C0.3466797-0.1401367%2C0.7070312-0.1401367%2C1.0800781c0%2C0.4067383%2C0.046875%2C0.7919922%2C0.1401367%2C1.1552734s0.2382812%2C0.6796875%2C0.4350586%2C0.949707c0.1962891%2C0.2700195%2C0.4482422%2C0.4853516%2C0.7548828%2C0.6450195c0.3066406%2C0.1601562%2C0.6733398%2C0.2402344%2C1.1000977%2C0.2402344c0.3129883%2C0%2C0.5913086-0.0517578%2C0.8349609-0.1552734c0.2431641-0.1030273%2C0.453125-0.246582%2C0.6298828-0.4296875c0.1767578-0.1835938%2C0.3149414-0.4018555%2C0.4150391-0.6552734c0.1000977-0.2529297%2C0.1601562-0.5263672%2C0.1801758-0.8198242h0.949707c-0.0932617%2C0.8999023-0.4033203%2C1.6000977-0.9296875%2C2.1000977c-0.5268555%2C0.5-1.2470703%2C0.75-2.1601562%2C0.75c-0.5532227%2C0-1.0366211-0.0952148-1.4501953-0.2851562c-0.4130859-0.1899414-0.7563477-0.4516602-1.0297852-0.7851562c-0.2734375-0.3330078-0.4785156-0.7265625-0.6152344-1.1796875c-0.1367188-0.4536133-0.2045898-0.9399414-0.2045898-1.4599609s0.0732422-1.0083008%2C0.2197266-1.465332c0.1464844-0.456543%2C0.3618164-0.8549805%2C0.6450195-1.1948242s0.6367188-0.6083984%2C1.0600586-0.8051758c0.4233398-0.1962891%2C0.9082031-0.2949219%2C1.4550781-0.2949219c0.3730469%2C0%2C0.7265625%2C0.050293%2C1.0600586%2C0.1499023c0.3330078%2C0.1000977%2C0.6298828%2C0.2470703%2C0.8896484%2C0.4399414c0.2602539%2C0.1938477%2C0.4765625%2C0.4350586%2C0.6503906%2C0.7250977c0.1733398%2C0.2900391%2C0.2866211%2C0.625%2C0.3398438%2C1.0048828h-0.9501953C20.0234375%2C4.503418%2C19.7885742%2C4.1235352%2C19.425293%2C3.8701172z%22%2F%3E%3Cpath%20d%3D%22M3.7099609%2C19v-5.0800781H1.8701172v-0.6796875c0.2397461%2C0%2C0.4731445-0.0185547%2C0.699707-0.0551758s0.4316406-0.1049805%2C0.6152344-0.2050781c0.1831055-0.1000977%2C0.3383789-0.2363281%2C0.4648438-0.4101562c0.1264648-0.1733398%2C0.2133789-0.3930664%2C0.2602539-0.659668h0.6499023V19H3.7099609z%22%2F%3E%3Cpath%20d%3D%22M8.7099609%2C13.4199219C8.8032227%2C13.1132812%2C8.9482422%2C12.8486328%2C9.1450195%2C12.625c0.1967773-0.2231445%2C0.4418945-0.3984375%2C0.7353516-0.5249023c0.2929688-0.1264648%2C0.6264648-0.1899414%2C1-0.1899414c0.3061523%2C0%2C0.5947266%2C0.0449219%2C0.8647461%2C0.1347656S12.25%2C12.2651367%2C12.4501953%2C12.4350586s0.3583984%2C0.3818359%2C0.4750977%2C0.6347656c0.1162109%2C0.253418%2C0.1748047%2C0.546875%2C0.1748047%2C0.8803711c0%2C0.3134766-0.0483398%2C0.5898438-0.1450195%2C0.8295898c-0.0966797%2C0.2402344-0.2250977%2C0.4550781-0.3847656%2C0.6450195c-0.1601562%2C0.1904297-0.34375%2C0.3618164-0.550293%2C0.5151367s-0.4199219%2C0.300293-0.6396484%2C0.4399414c-0.2202148%2C0.1337891-0.4404297%2C0.2651367-0.6601562%2C0.3950195C10.5%2C16.9047852%2C10.2983398%2C17.043457%2C10.1152344%2C17.1899414c-0.1835938%2C0.1469727-0.3398438%2C0.3051758-0.4702148%2C0.4750977C9.5151367%2C17.8349609%2C9.4301758%2C18.0297852%2C9.3901367%2C18.25h3.6401367V19H8.4003906C8.4335938%2C18.5800781%2C8.5083008%2C18.2216797%2C8.625%2C17.9248047c0.1166992-0.2963867%2C0.2651367-0.5546875%2C0.4453125-0.7749023C9.25%2C16.9301758%2C9.4536133%2C16.7368164%2C9.6801758%2C16.5698242c0.2265625-0.1665039%2C0.4633789-0.3232422%2C0.7099609-0.4697266c0.2998047-0.1865234%2C0.5634766-0.3583984%2C0.7900391-0.5151367s0.4150391-0.3149414%2C0.5649414-0.4750977c0.1499023-0.159668%2C0.2631836-0.3330078%2C0.3398438-0.5200195c0.0766602-0.1865234%2C0.1152344-0.4033203%2C0.1152344-0.6499023c0-0.1933594-0.0366211-0.3681641-0.1098633-0.5249023c-0.0737305-0.1567383-0.171875-0.2915039-0.2954102-0.4052734c-0.1230469-0.1132812-0.2680664-0.199707-0.4345703-0.2597656c-0.1669922-0.0600586-0.34375-0.0898438-0.5302734-0.0898438c-0.246582%2C0-0.4584961%2C0.0517578-0.6347656%2C0.1547852c-0.1767578%2C0.1035156-0.3217773%2C0.2382812-0.4350586%2C0.4052734c-0.1137695%2C0.1665039-0.1953125%2C0.3549805-0.2451172%2C0.5649414s-0.0717773%2C0.4213867-0.0649414%2C0.6347656H8.6000977C8.5800781%2C14.0600586%2C8.6166992%2C13.7265625%2C8.7099609%2C13.4199219z%22%2F%3E%3Cpath%20d%3D%22M17.5898438%2C14.9599609c0.0332031%2C0%2C0.0664062%2C0%2C0.1000977%2C0h0.1796875c0.1801758%2C0%2C0.3515625-0.0249023%2C0.5151367-0.0751953c0.1635742-0.0498047%2C0.3066406-0.1230469%2C0.4301758-0.2197266c0.1230469-0.0966797%2C0.2216797-0.2182617%2C0.2949219-0.3652344c0.0732422-0.1464844%2C0.1098633-0.3129883%2C0.1098633-0.5c0-0.3798828-0.1201172-0.6650391-0.3598633-0.8549805c-0.2402344-0.1899414-0.5400391-0.284668-0.8999023-0.284668c-0.2270508%2C0-0.425293%2C0.0415039-0.5952148%2C0.125s-0.3100586%2C0.1948242-0.4199219%2C0.3349609c-0.1098633%2C0.1396484-0.1918945%2C0.3032227-0.2451172%2C0.4897461c-0.0532227%2C0.1870117-0.0800781%2C0.3837891-0.0800781%2C0.590332h-0.8496094c0.0131836-0.340332%2C0.0678711-0.6503906%2C0.1650391-0.9301758C16.03125%2C12.9902344%2C16.1699219%2C12.75%2C16.3496094%2C12.5498047c0.1801758-0.199707%2C0.4052734-0.3564453%2C0.675293-0.4697266s0.581543-0.1699219%2C0.9350586-0.1699219c0.3066406%2C0%2C0.5913086%2C0.0380859%2C0.8549805%2C0.1147461C19.078125%2C12.1015625%2C19.3061523%2C12.2167969%2C19.5%2C12.3701172c0.1928711%2C0.1533203%2C0.3447266%2C0.3500977%2C0.4545898%2C0.5898438c0.1103516%2C0.2402344%2C0.1650391%2C0.5234375%2C0.1650391%2C0.8500977c0%2C0.3198242-0.0932617%2C0.6035156-0.2797852%2C0.8500977s-0.4199219%2C0.4331055-0.7001953%2C0.5600586v0.0200195c0.4335938%2C0.0932617%2C0.7553711%2C0.2963867%2C0.965332%2C0.6098633s0.3149414%2C0.6831055%2C0.3149414%2C1.1098633c0%2C0.3535156-0.0649414%2C0.6650391-0.1953125%2C0.9350586c-0.1298828%2C0.2700195-0.3046875%2C0.4951172-0.5249023%2C0.6748047c-0.2197266%2C0.1801758-0.4785156%2C0.3149414-0.7749023%2C0.4052734c-0.296875%2C0.0898438-0.6118164%2C0.1347656-0.9448242%2C0.1347656c-0.3603516%2C0-0.6870117-0.0498047-0.9799805-0.1499023c-0.293457-0.1000977-0.543457-0.2480469-0.75-0.4448242c-0.2070312-0.1967773-0.3652344-0.4384766-0.4750977-0.7250977s-0.1616211-0.6132812-0.1552734-0.9799805h0.8500977c0.0131836%2C0.4599609%2C0.1464844%2C0.8349609%2C0.3999023%2C1.125s0.6235352%2C0.4350586%2C1.1103516%2C0.4350586c0.206543%2C0%2C0.4033203-0.0317383%2C0.5898438-0.0952148c0.1865234-0.0629883%2C0.3500977-0.1533203%2C0.4902344-0.2700195c0.1396484-0.1162109%2C0.2514648-0.2597656%2C0.3349609-0.4296875c0.0830078-0.1704102%2C0.125-0.3618164%2C0.125-0.5751953c0-0.2202148-0.0400391-0.4150391-0.1201172-0.5849609s-0.1870117-0.3134766-0.3203125-0.4301758c-0.1333008-0.1162109-0.2915039-0.203125-0.4746094-0.2597656c-0.1835938-0.0566406-0.3818359-0.0849609-0.5952148-0.0849609c-0.1801758%2C0-0.3500977%2C0.0097656-0.5097656%2C0.0297852v-0.7197266C17.5332031%2C14.956543%2C17.5629883%2C14.9599609%2C17.5898438%2C14.9599609z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-format-number {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M3.7099609%2C13.8330078V8.7529297H1.8701172V8.0732422c0.2397461%2C0%2C0.4731445-0.0185547%2C0.699707-0.0551758s0.4316406-0.1049805%2C0.6152344-0.2050781C3.3681641%2C7.7128906%2C3.5234375%2C7.5766602%2C3.6499023%2C7.402832c0.1264648-0.1733398%2C0.2133789-0.3930664%2C0.2602539-0.659668h0.6499023v7.0898438H3.7099609z%22%2F%3E%3Cpath%20d%3D%22M8.5%2C12.7231445v1.0097656c0%2C0.3798828-0.0864258%2C0.706543-0.2597656%2C0.9799805c-0.1738281%2C0.2734375-0.4536133%2C0.4667969-0.840332%2C0.5800781v-0.5c0.1132812-0.0400391%2C0.2084961-0.0986328%2C0.2851562-0.1748047c0.0766602-0.0766602%2C0.1381836-0.1601562%2C0.1850586-0.25c0.0463867-0.090332%2C0.078125-0.1816406%2C0.0947266-0.2753906c0.0166016-0.0932617%2C0.0219727-0.1796875%2C0.0151367-0.2597656H7.3901367v-1.1098633H8.5z%22%2F%3E%3Cpath%20d%3D%22M9.7797852%2C9.5429688c0.0131836-0.2797852%2C0.0463867-0.5532227%2C0.1000977-0.8198242c0.0532227-0.2666016%2C0.1298828-0.5200195%2C0.2299805-0.7602539c0.1000977-0.2397461%2C0.2363281-0.449707%2C0.4101562-0.6298828c0.1733398-0.1801758%2C0.3916016-0.3232422%2C0.6547852-0.4301758c0.2631836-0.1064453%2C0.578125-0.159668%2C0.9448242-0.159668s0.6816406%2C0.0532227%2C0.9453125%2C0.159668c0.2631836%2C0.1069336%2C0.4814453%2C0.25%2C0.6547852%2C0.4301758s0.3100586%2C0.3901367%2C0.4101562%2C0.6298828c0.1000977%2C0.2402344%2C0.1767578%2C0.4936523%2C0.2299805%2C0.7602539s0.0864258%2C0.5400391%2C0.1000977%2C0.8198242c0.0131836%2C0.2802734%2C0.0200195%2C0.5498047%2C0.0200195%2C0.8100586c0%2C0.2597656-0.0068359%2C0.5297852-0.0200195%2C0.8100586c-0.0136719%2C0.2797852-0.046875%2C0.5532227-0.1000977%2C0.8198242s-0.1298828%2C0.5185547-0.2299805%2C0.7548828c-0.1000977%2C0.2368164-0.2368164%2C0.4453125-0.4101562%2C0.625c-0.1733398%2C0.1801758-0.3896484%2C0.3217773-0.6499023%2C0.425293c-0.2597656%2C0.1030273-0.5766602%2C0.1547852-0.9501953%2C0.1547852c-0.3666992%2C0-0.6816406-0.0517578-0.9448242-0.1547852c-0.2631836-0.1035156-0.4814453-0.2451172-0.6547852-0.425293c-0.1738281-0.1796875-0.3100586-0.3881836-0.4101562-0.625c-0.1000977-0.2363281-0.1767578-0.4882812-0.2299805-0.7548828c-0.0537109-0.2666016-0.0869141-0.5400391-0.1000977-0.8198242c-0.0131836-0.2802734-0.0200195-0.550293-0.0200195-0.8100586C9.7597656%2C10.0927734%2C9.7666016%2C9.8232422%2C9.7797852%2C9.5429688z%20M10.6850586%2C11.237793c0.0161133%2C0.3300781%2C0.0698242%2C0.6401367%2C0.159668%2C0.9301758c0.090332%2C0.2900391%2C0.2353516%2C0.5351562%2C0.4350586%2C0.7348633c0.2001953%2C0.2001953%2C0.4799805%2C0.300293%2C0.8398438%2C0.300293c0.3603516%2C0%2C0.6401367-0.1000977%2C0.840332-0.300293c0.199707-0.199707%2C0.3447266-0.4448242%2C0.4350586-0.7348633c0.0898438-0.2900391%2C0.1430664-0.6000977%2C0.159668-0.9301758c0.0166016-0.3295898%2C0.0253906-0.6279297%2C0.0253906-0.8950195c0-0.1728516-0.0019531-0.3647461-0.0053711-0.574707s-0.0200195-0.4199219-0.0498047-0.6298828c-0.0302734-0.2099609-0.0737305-0.4150391-0.1298828-0.6152344c-0.0571289-0.199707-0.1401367-0.375-0.25-0.5249023c-0.1103516-0.1499023-0.2485352-0.2714844-0.4150391-0.3652344c-0.1669922-0.0932617-0.3701172-0.1396484-0.6103516-0.1396484c-0.2397461%2C0-0.4433594%2C0.0463867-0.6098633%2C0.1396484c-0.1665039%2C0.09375-0.3046875%2C0.215332-0.4150391%2C0.3652344c-0.1098633%2C0.1499023-0.1933594%2C0.3251953-0.25%2C0.5249023c-0.0566406%2C0.2001953-0.1000977%2C0.4052734-0.1298828%2C0.6152344s-0.046875%2C0.4199219-0.0498047%2C0.6298828c-0.003418%2C0.2099609-0.0053711%2C0.4018555-0.0053711%2C0.574707C10.659668%2C10.6098633%2C10.6679688%2C10.9082031%2C10.6850586%2C11.237793z%22%2F%3E%3Cpath%20d%3D%22M15.3398438%2C9.5429688c0.0131836-0.2797852%2C0.0463867-0.5532227%2C0.1000977-0.8198242c0.0532227-0.2666016%2C0.1298828-0.5200195%2C0.2299805-0.7602539c0.1000977-0.2397461%2C0.2363281-0.449707%2C0.4101562-0.6298828c0.1733398-0.1801758%2C0.3916016-0.3232422%2C0.6547852-0.4301758c0.2631836-0.1064453%2C0.578125-0.159668%2C0.9448242-0.159668S18.3613281%2C6.7963867%2C18.625%2C6.902832c0.2631836%2C0.1069336%2C0.4814453%2C0.25%2C0.6547852%2C0.4301758s0.3100586%2C0.3901367%2C0.4101562%2C0.6298828c0.1000977%2C0.2402344%2C0.1767578%2C0.4936523%2C0.2299805%2C0.7602539s0.0864258%2C0.5400391%2C0.1000977%2C0.8198242c0.0131836%2C0.2802734%2C0.0200195%2C0.5498047%2C0.0200195%2C0.8100586c0%2C0.2597656-0.0068359%2C0.5297852-0.0200195%2C0.8100586c-0.0136719%2C0.2797852-0.046875%2C0.5532227-0.1000977%2C0.8198242s-0.1298828%2C0.5185547-0.2299805%2C0.7548828c-0.1000977%2C0.2368164-0.2368164%2C0.4453125-0.4101562%2C0.625c-0.1733398%2C0.1801758-0.3896484%2C0.3217773-0.6499023%2C0.425293c-0.2597656%2C0.1030273-0.5766602%2C0.1547852-0.9501953%2C0.1547852c-0.3666992%2C0-0.6816406-0.0517578-0.9448242-0.1547852c-0.2631836-0.1035156-0.4814453-0.2451172-0.6547852-0.425293c-0.1738281-0.1796875-0.3100586-0.3881836-0.4101562-0.625c-0.1000977-0.2363281-0.1767578-0.4882812-0.2299805-0.7548828c-0.0537109-0.2666016-0.0869141-0.5400391-0.1000977-0.8198242c-0.0131836-0.2802734-0.0200195-0.550293-0.0200195-0.8100586C15.3198242%2C10.0927734%2C15.3266602%2C9.8232422%2C15.3398438%2C9.5429688z%20M16.2451172%2C11.237793c0.0161133%2C0.3300781%2C0.0698242%2C0.6401367%2C0.159668%2C0.9301758c0.090332%2C0.2900391%2C0.2353516%2C0.5351562%2C0.4350586%2C0.7348633c0.2001953%2C0.2001953%2C0.4799805%2C0.300293%2C0.8398438%2C0.300293c0.3603516%2C0%2C0.6401367-0.1000977%2C0.840332-0.300293c0.199707-0.199707%2C0.3447266-0.4448242%2C0.4350586-0.7348633c0.0898438-0.2900391%2C0.1430664-0.6000977%2C0.159668-0.9301758c0.0166016-0.3295898%2C0.0253906-0.6279297%2C0.0253906-0.8950195c0-0.1728516-0.0019531-0.3647461-0.0053711-0.574707s-0.0200195-0.4199219-0.0498047-0.6298828c-0.0302734-0.2099609-0.0737305-0.4150391-0.1298828-0.6152344c-0.0571289-0.199707-0.1401367-0.375-0.25-0.5249023c-0.1103516-0.1499023-0.2485352-0.2714844-0.4150391-0.3652344c-0.1669922-0.0932617-0.3701172-0.1396484-0.6103516-0.1396484c-0.2397461%2C0-0.4433594%2C0.0463867-0.6098633%2C0.1396484c-0.1665039%2C0.09375-0.3046875%2C0.215332-0.4150391%2C0.3652344c-0.1098633%2C0.1499023-0.1933594%2C0.3251953-0.25%2C0.5249023c-0.0566406%2C0.2001953-0.1000977%2C0.4052734-0.1298828%2C0.6152344s-0.046875%2C0.4199219-0.0498047%2C0.6298828c-0.003418%2C0.2099609-0.0053711%2C0.4018555-0.0053711%2C0.574707C16.2197266%2C10.6098633%2C16.2280273%2C10.9082031%2C16.2451172%2C11.237793z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-format-integer {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M4.7089844%2C14.8330078V9.7529297H2.8691406V9.0732422c0.2402344%2C0%2C0.4736328-0.0185547%2C0.7001953-0.0551758s0.4316406-0.1049805%2C0.6152344-0.2050781C4.3671875%2C8.7128906%2C4.5234375%2C8.5766602%2C4.6494141%2C8.402832c0.1259766-0.1733398%2C0.2138672-0.3930664%2C0.2607422-0.659668h0.6494141v7.0898438H4.7089844z%22%2F%3E%3Cpath%20d%3D%22M8.109375%2C9.2529297c0.09375-0.3066406%2C0.2382812-0.5712891%2C0.4355469-0.7949219c0.1962891-0.2231445%2C0.4414062-0.3984375%2C0.734375-0.5249023s0.6269531-0.1899414%2C1-0.1899414c0.3066406%2C0%2C0.5957031%2C0.0449219%2C0.8652344%2C0.1347656s0.5048828%2C0.2202148%2C0.7050781%2C0.3901367s0.3583984%2C0.3818359%2C0.4746094%2C0.6347656C12.4414062%2C9.15625%2C12.5%2C9.449707%2C12.5%2C9.7832031c0%2C0.3134766-0.0488281%2C0.5898438-0.1455078%2C0.8295898c-0.0966797%2C0.2402344-0.2255859%2C0.4550781-0.3847656%2C0.6450195c-0.1601562%2C0.1904297-0.34375%2C0.3618164-0.5498047%2C0.5151367C11.2128906%2C11.9262695%2C11%2C12.0732422%2C10.7792969%2C12.2128906c-0.2197266%2C0.1337891-0.4394531%2C0.2651367-0.6601562%2C0.3950195c-0.2197266%2C0.1298828-0.421875%2C0.2685547-0.6044922%2C0.4150391c-0.1835938%2C0.1469727-0.3398438%2C0.3051758-0.4697266%2C0.4750977c-0.1308594%2C0.1699219-0.2148438%2C0.3647461-0.2558594%2C0.5849609h3.640625v0.75H7.7998047c0.0332031-0.4199219%2C0.1083984-0.7783203%2C0.2246094-1.0751953c0.1162109-0.2963867%2C0.2646484-0.5546875%2C0.4453125-0.7749023c0.1796875-0.2197266%2C0.3837891-0.4130859%2C0.6103516-0.5800781c0.2265625-0.1665039%2C0.4628906-0.3232422%2C0.7089844-0.4697266c0.3007812-0.1865234%2C0.5644531-0.3583984%2C0.7910156-0.5151367s0.4140625-0.3149414%2C0.5644531-0.4750977c0.1503906-0.159668%2C0.2636719-0.3330078%2C0.3398438-0.5200195c0.0761719-0.1865234%2C0.1152344-0.4033203%2C0.1152344-0.6499023c0-0.1933594-0.0371094-0.3681641-0.109375-0.5249023c-0.0742188-0.1567383-0.171875-0.2915039-0.2958984-0.4052734c-0.1230469-0.1132812-0.2685547-0.199707-0.4345703-0.2597656c-0.1669922-0.0600586-0.34375-0.0898438-0.5302734-0.0898438c-0.2470703%2C0-0.4580078%2C0.0517578-0.6347656%2C0.1547852C9.4179688%2C8.7514648%2C9.2734375%2C8.8862305%2C9.1601562%2C9.0532227C9.0458984%2C9.2197266%2C8.9648438%2C9.4082031%2C8.9140625%2C9.6181641c-0.0488281%2C0.2099609-0.0712891%2C0.4213867-0.0644531%2C0.6347656H8C7.9794922%2C9.8930664%2C8.015625%2C9.5595703%2C8.109375%2C9.2529297z%22%2F%3E%3Cpath%20d%3D%22M15.3896484%2C10.7929688c0.0332031%2C0%2C0.0664062%2C0%2C0.1005859%2C0h0.1796875c0.1796875%2C0%2C0.3515625-0.0249023%2C0.5146484-0.0751953c0.1630859-0.0498047%2C0.3066406-0.1230469%2C0.4306641-0.2197266c0.1230469-0.0966797%2C0.2207031-0.2182617%2C0.2949219-0.3652344c0.0722656-0.1464844%2C0.109375-0.3129883%2C0.109375-0.5c0-0.3798828-0.1201172-0.6650391-0.359375-0.8549805c-0.2402344-0.1899414-0.5410156-0.284668-0.9003906-0.284668c-0.2265625%2C0-0.4257812%2C0.0415039-0.5957031%2C0.125s-0.3095703%2C0.1948242-0.4199219%2C0.3349609C14.6347656%2C9.0927734%2C14.5527344%2C9.2563477%2C14.5%2C9.4428711c-0.0537109%2C0.1870117-0.0800781%2C0.3837891-0.0800781%2C0.590332h-0.8496094c0.0126953-0.340332%2C0.0673828-0.6503906%2C0.1640625-0.9301758s0.2353516-0.5200195%2C0.4150391-0.7202148c0.1806641-0.199707%2C0.4052734-0.3564453%2C0.6748047-0.4697266c0.2705078-0.1132812%2C0.5820312-0.1699219%2C0.9355469-0.1699219c0.3066406%2C0%2C0.5917969%2C0.0380859%2C0.8554688%2C0.1147461c0.2626953%2C0.0766602%2C0.4902344%2C0.1918945%2C0.6845703%2C0.3452148c0.1923828%2C0.1533203%2C0.3447266%2C0.3500977%2C0.4541016%2C0.5898438c0.1113281%2C0.2402344%2C0.1660156%2C0.5234375%2C0.1660156%2C0.8500977c0%2C0.3198242-0.09375%2C0.6035156-0.2802734%2C0.8500977s-0.4199219%2C0.4331055-0.7001953%2C0.5600586v0.0200195c0.4335938%2C0.0932617%2C0.7558594%2C0.2963867%2C0.9648438%2C0.6098633c0.2109375%2C0.3134766%2C0.3154297%2C0.6831055%2C0.3154297%2C1.1098633c0%2C0.3535156-0.0654297%2C0.6650391-0.1953125%2C0.9350586S17.7197266%2C14.2231445%2C17.5%2C14.402832c-0.2207031%2C0.1801758-0.4785156%2C0.3149414-0.7753906%2C0.4052734c-0.296875%2C0.0898438-0.6113281%2C0.1347656-0.9453125%2C0.1347656c-0.359375%2C0-0.6865234-0.0498047-0.9794922-0.1499023c-0.2939453-0.1000977-0.5439453-0.2480469-0.75-0.4448242c-0.2070312-0.1967773-0.3652344-0.4384766-0.4755859-0.7250977c-0.109375-0.2866211-0.1611328-0.6132812-0.1542969-0.9799805h0.8496094c0.0136719%2C0.4599609%2C0.1464844%2C0.8349609%2C0.4003906%2C1.125c0.2529297%2C0.2900391%2C0.6230469%2C0.4350586%2C1.109375%2C0.4350586c0.2070312%2C0%2C0.4042969-0.0317383%2C0.5898438-0.0952148c0.1875-0.0629883%2C0.3505859-0.1533203%2C0.4902344-0.2700195C17%2C13.7216797%2C17.1113281%2C13.578125%2C17.1953125%2C13.4082031c0.0820312-0.1704102%2C0.125-0.3618164%2C0.125-0.5751953c0-0.2202148-0.0410156-0.4150391-0.1210938-0.5849609s-0.1865234-0.3134766-0.3203125-0.4301758c-0.1328125-0.1162109-0.2910156-0.203125-0.4746094-0.2597656s-0.3808594-0.0849609-0.5947266-0.0849609c-0.1806641%2C0-0.3505859%2C0.0097656-0.5097656%2C0.0297852v-0.7197266C15.3330078%2C10.7895508%2C15.3632812%2C10.7929688%2C15.3896484%2C10.7929688z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-format-scientific {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M4.9804688%2C15.8330078v-5.5878906H2.9570312V9.4970703c0.2636719%2C0%2C0.5195312-0.0200195%2C0.7695312-0.0605469c0.2490234-0.0400391%2C0.4746094-0.1157227%2C0.6757812-0.2255859c0.2021484-0.1098633%2C0.3730469-0.2602539%2C0.5117188-0.4511719c0.1396484-0.1904297%2C0.234375-0.4321289%2C0.2871094-0.7255859h0.7148438v7.7988281H4.9804688z%22%2F%3E%3Cpath%20d%3D%22M8.5996094%2C11.1137695c0.0146484-0.3076172%2C0.0507812-0.6083984%2C0.1103516-0.9018555c0.0585938-0.2929688%2C0.1425781-0.5717773%2C0.2529297-0.8359375c0.109375-0.2641602%2C0.2597656-0.4951172%2C0.4511719-0.6928711C9.6044922%2C8.4848633%2C9.84375%2C8.3276367%2C10.1347656%2C8.2099609c0.2890625-0.1171875%2C0.6357422-0.1757812%2C1.0390625-0.1757812s0.75%2C0.0585938%2C1.0390625%2C0.1757812c0.2900391%2C0.1176758%2C0.5302734%2C0.2749023%2C0.7207031%2C0.4731445C13.125%2C8.8808594%2C13.2753906%2C9.1118164%2C13.3847656%2C9.3759766s0.1943359%2C0.5429688%2C0.2529297%2C0.8359375c0.0585938%2C0.293457%2C0.0947266%2C0.5942383%2C0.1103516%2C0.9018555c0.0136719%2C0.3081055%2C0.0214844%2C0.6054688%2C0.0214844%2C0.8911133c0%2C0.2861328-0.0078125%2C0.5830078-0.0214844%2C0.8911133c-0.015625%2C0.3081055-0.0517578%2C0.6088867-0.1103516%2C0.9018555c-0.0585938%2C0.293457-0.1435547%2C0.5703125-0.2529297%2C0.8305664s-0.2597656%2C0.4897461-0.4511719%2C0.6875c-0.1904297%2C0.1982422-0.4287109%2C0.3540039-0.7148438%2C0.4677734c-0.2861328%2C0.1132812-0.6347656%2C0.1704102-1.0449219%2C0.1704102c-0.4033203%2C0-0.75-0.0571289-1.0390625-0.1704102C9.84375%2C15.6699219%2C9.6044922%2C15.5141602%2C9.4140625%2C15.315918c-0.1914062-0.1977539-0.3417969-0.4272461-0.4511719-0.6875c-0.1103516-0.2602539-0.1943359-0.5371094-0.2529297-0.8305664c-0.0595703-0.2929688-0.0957031-0.59375-0.1103516-0.9018555S8.578125%2C12.2910156%2C8.578125%2C12.0048828C8.578125%2C11.7192383%2C8.5849609%2C11.421875%2C8.5996094%2C11.1137695z%20M9.5957031%2C12.9785156c0.0175781%2C0.362793%2C0.0761719%2C0.7041016%2C0.1757812%2C1.0229492c0.0986328%2C0.3188477%2C0.2578125%2C0.5883789%2C0.4785156%2C0.8085938c0.2197266%2C0.2197266%2C0.5273438%2C0.3300781%2C0.9238281%2C0.3300781s0.7041016-0.1103516%2C0.9238281-0.3300781c0.2207031-0.2202148%2C0.3789062-0.4897461%2C0.4785156-0.8085938s0.1582031-0.6601562%2C0.1757812-1.0229492c0.0185547-0.362793%2C0.0273438-0.690918%2C0.0273438-0.984375c0-0.190918-0.0019531-0.4018555-0.0048828-0.6328125c-0.0039062-0.230957-0.0224609-0.4619141-0.0556641-0.6928711s-0.0800781-0.456543-0.1425781-0.6762695c-0.0625-0.2202148-0.1542969-0.4125977-0.2753906-0.5776367s-0.2734375-0.2988281-0.4560547-0.4013672C11.6611328%2C8.9101562%2C11.4375%2C8.8588867%2C11.1738281%2C8.8588867s-0.4882812%2C0.0512695-0.6708984%2C0.1542969c-0.1835938%2C0.1025391-0.3359375%2C0.2363281-0.4560547%2C0.4013672C9.9257812%2C9.5795898%2C9.8339844%2C9.7719727%2C9.7714844%2C9.9921875c-0.0625%2C0.2197266-0.1103516%2C0.4453125-0.1425781%2C0.6762695c-0.0332031%2C0.230957-0.0527344%2C0.4619141-0.0556641%2C0.6928711c-0.0039062%2C0.230957-0.0048828%2C0.4418945-0.0048828%2C0.6328125C9.5683594%2C12.2875977%2C9.5761719%2C12.6157227%2C9.5957031%2C12.9785156z%22%2F%3E%3Cpath%20d%3D%22M14.3300781%2C5.1098633c0.0546875-0.1835938%2C0.1425781-0.3427734%2C0.2597656-0.4770508c0.1191406-0.1337891%2C0.265625-0.2387695%2C0.4414062-0.3149414c0.1757812-0.0756836%2C0.3759766-0.1137695%2C0.5996094-0.1137695c0.1845703%2C0%2C0.3574219%2C0.0268555%2C0.5195312%2C0.0810547C16.3125%2C4.3388672%2C16.453125%2C4.4169922%2C16.5742188%2C4.519043c0.1191406%2C0.1020508%2C0.2148438%2C0.2290039%2C0.2841797%2C0.3808594c0.0693359%2C0.1523438%2C0.1044922%2C0.328125%2C0.1044922%2C0.5283203c0%2C0.1879883-0.0283203%2C0.3540039-0.0859375%2C0.4975586c-0.0585938%2C0.144043-0.1347656%2C0.2734375-0.2314453%2C0.387207c-0.0966797%2C0.1142578-0.2060547%2C0.2172852-0.3300781%2C0.309082s-0.2519531%2C0.1801758-0.3837891%2C0.2641602c-0.1328125%2C0.0800781-0.2636719%2C0.1586914-0.3964844%2C0.2368164c-0.1318359%2C0.078125-0.2519531%2C0.1611328-0.3632812%2C0.2490234c-0.109375%2C0.0878906-0.203125%2C0.1831055-0.28125%2C0.2851562c-0.078125%2C0.1015625-0.1289062%2C0.21875-0.1533203%2C0.3505859h2.1845703v0.4501953h-2.7783203c0.0205078-0.2519531%2C0.0654297-0.4667969%2C0.1347656-0.6450195c0.0703125-0.1777344%2C0.1591797-0.3330078%2C0.2666016-0.4648438C14.6533203%2C7.2158203%2C14.7753906%2C7.1000977%2C14.9121094%2C7c0.1347656-0.1000977%2C0.2773438-0.1938477%2C0.4257812-0.2822266c0.1796875-0.1118164%2C0.3378906-0.2148438%2C0.4736328-0.3085938c0.1357422-0.0942383%2C0.2490234-0.1889648%2C0.3388672-0.2851562s0.1582031-0.2001953%2C0.2041016-0.3120117s0.0693359-0.2421875%2C0.0693359-0.3901367c0-0.1157227-0.0224609-0.2207031-0.0664062-0.3149414c-0.0439453-0.09375-0.1035156-0.1748047-0.1767578-0.2431641c-0.0742188-0.0678711-0.1611328-0.1196289-0.2607422-0.1557617c-0.1005859-0.0361328-0.2070312-0.0541992-0.3183594-0.0541992c-0.1484375%2C0-0.2753906%2C0.03125-0.3808594%2C0.0932617c-0.1064453%2C0.0620117-0.1933594%2C0.1430664-0.2617188%2C0.2431641C14.8916016%2C5.0898438%2C14.8417969%2C5.203125%2C14.8125%2C5.3291016s-0.0429688%2C0.2529297-0.0390625%2C0.3808594h-0.5097656C14.2519531%2C5.4941406%2C14.2734375%2C5.2939453%2C14.3300781%2C5.1098633z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-format-accounting {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M15.5%2C21h-10C4.1%2C21%2C3%2C19.9%2C3%2C18.5v-14C3%2C3.1%2C4.1%2C2%2C5.5%2C2h10C16.9%2C2%2C18%2C3.1%2C18%2C4.5v14C18%2C19.9%2C16.9%2C21%2C15.5%2C21z%20M5.5%2C3C4.7%2C3%2C4%2C3.7%2C4%2C4.5v14C4%2C19.3%2C4.7%2C20%2C5.5%2C20h10c0.8%2C0%2C1.5-0.7%2C1.5-1.5v-14C17%2C3.7%2C16.3%2C3%2C15.5%2C3H5.5z%22%2F%3E%3Cpath%20d%3D%22M14.5%2C9h-8C5.7%2C9%2C5%2C8.3%2C5%2C7.5v-2C5%2C4.7%2C5.7%2C4%2C6.5%2C4h8C15.3%2C4%2C16%2C4.7%2C16%2C5.5v2C16%2C8.3%2C15.3%2C9%2C14.5%2C9z%20M6.5%2C5C6.2%2C5%2C6%2C5.2%2C6%2C5.5v2C6%2C7.8%2C6.2%2C8%2C6.5%2C8h8C14.8%2C8%2C15%2C7.8%2C15%2C7.5v-2C15%2C5.2%2C14.8%2C5%2C14.5%2C5H6.5z%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%2210%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%2210%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%2213%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%2213%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%2213%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%2216%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%2216%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%2216%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-format-currency {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C4v14h22V4H0z%20M21%2C17H1V5h20V17z%22%2F%3E%3Cpath%20id%3D%22XMLID_3_%22%20d%3D%22M11%2C16c-2.2%2C0-4-2.2-4-5s1.8-5%2C4-5c2.2%2C0%2C4%2C2.2%2C4%2C5S13.2%2C16%2C11%2C16z%20M11%2C7c-1.7%2C0-3%2C1.8-3%2C4c0%2C2.2%2C1.3%2C4%2C3%2C4s3-1.8%2C3-4C14%2C8.8%2C12.7%2C7%2C11%2C7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-format-date {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M20%2C20H2V7h18V20z%20M3%2C19h16V8H3V19z%22%2F%3E%3Cpath%20d%3D%22M8%2C6H5V2h3V6z%20M6%2C5h1V3H6V5z%22%2F%3E%3Cpath%20d%3D%22M17%2C6h-3V2h3V6z%20M15%2C5h1V3h-1V5z%22%2F%3E%3Cpath%20d%3D%22M8.8%2C15.8v-4.1H7.4v-0.5c0.2%2C0%2C0.4%2C0%2C0.6%2C0s0.3-0.1%2C0.5-0.2c0.1-0.1%2C0.3-0.2%2C0.4-0.3C8.9%2C10.6%2C9%2C10.4%2C9%2C10.2h0.5v5.7H8.8z%22%2F%3E%3Cpath%20d%3D%22M14.4%2C11.8c-0.3%2C0.4-0.5%2C0.8-0.7%2C1.2c-0.2%2C0.4-0.4%2C0.9-0.5%2C1.4c-0.1%2C0.5-0.2%2C0.9-0.2%2C1.4h-0.8c0-0.5%2C0.1-0.9%2C0.2-1.4c0.1-0.5%2C0.3-0.9%2C0.5-1.3s0.4-0.8%2C0.7-1.2c0.3-0.4%2C0.5-0.7%2C0.8-1h-3v-0.6h3.7v0.6C14.9%2C11.1%2C14.6%2C11.5%2C14.4%2C11.8z%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%223%22%20width%3D%221%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%223%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2217%22%20y%3D%223%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2219%22%20y%3D%224%22%20width%3D%221%22%20height%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-format-time {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.2%2C21.1c-5.7%2C0-10.3-4.6-10.3-10.3S5.5%2C0.5%2C11.2%2C0.5s10.3%2C4.6%2C10.3%2C10.3S16.9%2C21.1%2C11.2%2C21.1z%20M11.2%2C1.5c-5.1%2C0-9.3%2C4.2-9.3%2C9.3c0%2C5.1%2C4.2%2C9.3%2C9.3%2C9.3c5.1%2C0%2C9.3-4.2%2C9.3-9.3C20.5%2C5.7%2C16.3%2C1.5%2C11.2%2C1.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M11.5%2C11%22%2F%3E%3Ccircle%20cx%3D%2211.2%22%20cy%3D%2210.8%22%20r%3D%221.9%22%2F%3E%3Crect%20x%3D%2210.7%22%20y%3D%222.6%22%20width%3D%221%22%20height%3D%228%22%2F%3E%3Crect%20x%3D%227.1%22%20y%3D%2210.4%22%20width%3D%223.4%22%20height%3D%220.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-format-percentage {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M2.7998047%2C6.4970703c0.0957031-0.4375%2C0.2578125-0.8251953%2C0.4863281-1.161132C3.5136719%2C5%2C3.8134766%2C4.7333984%2C4.1855469%2C4.5351562s0.8339844-0.296875%2C1.3867188-0.296875c0.5634766%2C0%2C1.0283203%2C0.0957031%2C1.3945312%2C0.2880859c0.3662109%2C0.1914062%2C0.6601562%2C0.4492188%2C0.8818359%2C0.7734375c0.2226562%2C0.3242188%2C0.3779297%2C0.7050781%2C0.46875%2C1.1435547c0.0898438%2C0.4375%2C0.1347656%2C0.9023438%2C0.1347656%2C1.3945312c0%2C0.4677734-0.0517578%2C0.9208984-0.1533203%2C1.359375c-0.1015625%2C0.4375-0.2695312%2C0.8222656-0.5039062%2C1.1513672c-0.234375%2C0.3300781-0.53125%2C0.5976562-0.890625%2C0.8017578c-0.3603516%2C0.2041016-0.8046875%2C0.3056641-1.3320312%2C0.3056641c-0.5400391%2C0-0.9960938-0.0927734-1.3681641-0.2792969c-0.3720703-0.1855469-0.671875-0.4404297-0.9003906-0.7646484c-0.2275391-0.3242188-0.3925781-0.7021484-0.4951172-1.1337891C2.7070312%2C8.8457031%2C2.65625%2C8.3837891%2C2.65625%2C7.8916016C2.65625%2C7.4003906%2C2.7041016%2C6.9355469%2C2.7998047%2C6.4970703z%20M4.0507812%2C8.7109375c0.0302734%2C0.3056641%2C0.0996094%2C0.5878906%2C0.2070312%2C0.8457031c0.1083984%2C0.2587891%2C0.2607422%2C0.4746094%2C0.4589844%2C0.6484375s0.4648438%2C0.2607422%2C0.8007812%2C0.2607422c0.3486328%2C0%2C0.6240234-0.0839844%2C0.828125-0.2519531s0.3632812-0.3808594%2C0.4775391-0.6386719c0.1132812-0.2578125%2C0.1884766-0.5429688%2C0.2246094-0.8554688c0.0361328-0.3115234%2C0.0537109-0.6054688%2C0.0537109-0.8818359c0-0.2636719-0.0146484-0.5488281-0.0449219-0.8544922C7.0273438%2C6.6767578%2C6.9580078%2C6.3955078%2C6.8496094%2C6.1367188C6.7421875%2C5.8789062%2C6.5888672%2C5.6630859%2C6.390625%2C5.4892578C6.1933594%2C5.3154297%2C5.9199219%2C5.2275391%2C5.5722656%2C5.2275391c-0.3359375%2C0-0.6064453%2C0.0878906-0.8105469%2C0.2617188S4.3984375%2C5.8789062%2C4.2851562%2C6.1367188C4.1708984%2C6.3955078%2C4.0957031%2C6.6767578%2C4.0595703%2C6.9833984C4.0244141%2C7.2890625%2C4.0058594%2C7.5800781%2C4.0058594%2C7.8564453C4.0058594%2C8.1201172%2C4.0205078%2C8.4052734%2C4.0507812%2C8.7109375z%20M15.5976562%2C4.0039062L5.9316406%2C17.3779297H4.3837891l9.6845703-13.3740234H15.5976562z%20M11.6923828%2C12.2568359c0.0957031-0.4375%2C0.2578125-0.8251953%2C0.4853516-1.1611328c0.2285156-0.3359375%2C0.5283203-0.6025391%2C0.9003906-0.8007812s0.8339844-0.296875%2C1.3857422-0.296875c0.5644531%2C0%2C1.0292969%2C0.0957031%2C1.3955078%2C0.2880859c0.3652344%2C0.1923828%2C0.6591797%2C0.4501953%2C0.8818359%2C0.7734375c0.2216797%2C0.3242188%2C0.3779297%2C0.7050781%2C0.4677734%2C1.1435547s0.1347656%2C0.9033203%2C0.1347656%2C1.3945312c0%2C0.46875-0.0507812%2C0.921875-0.1523438%2C1.359375c-0.1025391%2C0.4384766-0.2705078%2C0.8222656-0.5048828%2C1.1523438c-0.2333984%2C0.3300781-0.5302734%2C0.59375-0.890625%2C0.7919922c-0.3603516%2C0.1972656-0.8037109%2C0.296875-1.3320312%2C0.296875c-0.5400391%2C0-0.9960938-0.09375-1.3681641-0.2792969s-0.671875-0.4375-0.8994141-0.7558594c-0.2285156-0.3183594-0.3935547-0.6933594-0.4951172-1.125c-0.1025391-0.4316406-0.1533203-0.8935547-0.1533203-1.3857422S11.5957031%2C12.6953125%2C11.6923828%2C12.2568359z%20M12.9433594%2C14.4707031c0.0292969%2C0.3066406%2C0.0986328%2C0.5888672%2C0.2070312%2C0.8466797c0.1074219%2C0.2578125%2C0.2607422%2C0.4736328%2C0.4589844%2C0.6474609c0.1972656%2C0.1738281%2C0.4648438%2C0.2607422%2C0.8007812%2C0.2607422c0.3476562%2C0%2C0.6240234-0.0830078%2C0.828125-0.2519531c0.2041016-0.1679688%2C0.3623047-0.3808594%2C0.4765625-0.6386719s0.1894531-0.5429688%2C0.2255859-0.8544922c0.0351562-0.3125%2C0.0537109-0.6064453%2C0.0537109-0.8828125c0-0.2636719-0.015625-0.5488281-0.0449219-0.8544922c-0.0302734-0.3066406-0.0996094-0.5878906-0.2070312-0.8457031c-0.1083984-0.2587891-0.2607422-0.4746094-0.4589844-0.6484375s-0.4716797-0.2607422-0.8193359-0.2607422c-0.3359375%2C0-0.6064453%2C0.0869141-0.8095703%2C0.2607422c-0.2041016%2C0.1738281-0.3632812%2C0.3896484-0.4775391%2C0.6484375c-0.1142578%2C0.2578125-0.1884766%2C0.5390625-0.2246094%2C0.8457031c-0.0361328%2C0.3056641-0.0537109%2C0.5966797-0.0537109%2C0.8730469C12.8984375%2C13.8798828%2C12.9130859%2C14.1650391%2C12.9433594%2C14.4707031z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-format-text {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M5.5234375%2C6.4316406L8.8710938%2C15H7.6113281l-0.9355469-2.5800781h-3.625L2.0917969%2C15H0.9277344l3.3359375-8.5683594H5.5234375z%20M6.3154297%2C11.4599609L4.8876953%2C7.4638672H4.8632812l-1.4511719%2C3.9960938H6.3154297z%22%2F%3E%3Cpath%20d%3D%22M15.21875%2C6.4316406c0.1845703%2C0%2C0.3828125%2C0.0019531%2C0.5947266%2C0.0058594s0.421875%2C0.0166016%2C0.6298828%2C0.0371094c0.2080078%2C0.0195312%2C0.4023438%2C0.0488281%2C0.5820312%2C0.0898438c0.1796875%2C0.0390625%2C0.3339844%2C0.0996094%2C0.4619141%2C0.1796875c0.2802734%2C0.1679688%2C0.5185547%2C0.4003906%2C0.7138672%2C0.6953125c0.1962891%2C0.296875%2C0.2939453%2C0.6601562%2C0.2939453%2C1.0927734c0%2C0.4560547-0.1103516%2C0.8505859-0.3291016%2C1.1816406c-0.2207031%2C0.3320312-0.5351562%2C0.578125-0.9433594%2C0.7382812v0.0244141c0.5292969%2C0.1113281%2C0.9326172%2C0.3515625%2C1.2128906%2C0.71875c0.2792969%2C0.3691406%2C0.4199219%2C0.8164062%2C0.4199219%2C1.3447266c0%2C0.3115234-0.0566406%2C0.6162109-0.1679688%2C0.9121094c-0.1123047%2C0.2958984-0.2783203%2C0.5576172-0.4980469%2C0.7861328c-0.2207031%2C0.2275391-0.4921875%2C0.4121094-0.8164062%2C0.5517578S16.6757812%2C15%2C16.2519531%2C15h-4.140625V6.4316406H15.21875z%20M15.53125%2C10.1162109c0.6484375%2C0%2C1.1132812-0.1142578%2C1.3984375-0.3427734c0.2832031-0.2275391%2C0.4257812-0.5693359%2C0.4257812-1.0253906c0-0.3046875-0.0488281-0.5439453-0.1445312-0.7207031c-0.0957031-0.1757812-0.2275391-0.3115234-0.3955078-0.4072266c-0.1679688-0.0966797-0.3623047-0.1582031-0.5820312-0.1865234C16.0136719%2C7.40625%2C15.7792969%2C7.3925781%2C15.53125%2C7.3925781h-2.2792969v2.7236328H15.53125z%20M16.1074219%2C14.0400391c0.5039062%2C0%2C0.8984375-0.1357422%2C1.1816406-0.4082031c0.2841797-0.2714844%2C0.4257812-0.6474609%2C0.4257812-1.1279297c0-0.2792969-0.0517578-0.5117188-0.15625-0.6953125c-0.1035156-0.1845703-0.2412109-0.3300781-0.4130859-0.4384766c-0.1728516-0.1083984-0.3701172-0.1845703-0.5947266-0.2275391c-0.2236328-0.0449219-0.4550781-0.0664062-0.6953125-0.0664062h-2.6035156v2.9638672H16.1074219z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.sortdown {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%22-238%20240%2022%2022%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%2340865c%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%22-230%20256.4%20-230.7%20255.7%20-233%20258.1%20-233%20242%20-234%20242%20-234%20258.1%20-236.3%20255.7%20-237%20256.4%20-233.5%20260%20-233.5%20260%20-233.5%20260%20%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-226%20249.55L-223.1%20242h1.08l3.09%207.55h-1.14l-0.88-2.29h-3.16l-0.83%202.29H-226zM-223.82%20246.45h2.56l-0.79-2.09c-0.24-0.64-0.42-1.16-0.54-1.57%20-0.1%200.48-0.23%200.97-0.41%201.44L-223.82%20246.45z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-225.93%20259v-0.93l3.87-4.84c0.28-0.34%200.54-0.64%200.78-0.9h-4.21v-0.89h5.41v0.89l-4.24%205.24%20-0.46%200.53h4.82V259H-225.93z%22%2F%3E%3C%2Fsvg%3E");
}
i.icon.sortup {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%22-238%20240%2022%2022%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%2340865c%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%22-233.5%20242%20-233.5%20242%20-233.5%20242%20-237%20245.6%20-236.3%20246.3%20-234%20243.9%20-234%20260%20-233%20260%20-233%20243.9%20-230.7%20246.3%20-230%20245.6%20%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-226.53%20260l2.9-7.55h1.08L-219.47%20260h-1.14l-0.88-2.29h-3.16L-225.47%20260H-226.53zM-224.36%20256.9h2.56l-0.79-2.09c-0.24-0.64-0.42-1.16-0.54-1.57%20-0.1%200.48-0.23%200.97-0.41%201.44L-224.36%20256.9z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-225.97%20250.55v-0.93l3.87-4.84c0.28-0.34%200.54-0.64%200.78-0.9h-4.21V243h5.41v0.89l-4.24%205.24%20-0.46%200.53H-220v0.89H-225.97z%22%2F%3E%3C%2Fsvg%3E");
}
i.icon.icon-format-pdf {
width: 30px;
height: 30px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-3.363%20-3.658%2033%2033%22%20height%3D%2233px%22%20width%3D%2233px%22%20y%3D%220px%22%20x%3D%220px%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2340865c%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8.512%2C14.989c0.8-1.567%2C1.709-3.334%2C2.438-5.107l0%2C0l0.287-0.699%20%20c-0.949-3.616-1.52-6.52-1.011-8.396l0%2C0C10.362%2C0.297%2C10.929%2C0%2C11.535%2C0l0%2C0l0.368%2C0.005h0.068c0.83-0.013%2C1.22%2C1.042%2C1.264%2C1.453%20%20l0%2C0c0.073%2C0.684-0.242%2C1.839-0.242%2C1.839l0%2C0c0-0.467%2C0.018-1.221-0.276-1.873l0%2C0c-0.343-0.753-0.671-1.203-0.965-1.274l0%2C0%20%20C11.604%2C0.25%2C11.46%2C0.455%2C11.411%2C0.85l0%2C0c-0.104%2C0.553-0.134%2C1.252-0.134%2C1.611l0%2C0c0%2C1.272%2C0.25%2C2.952%2C0.743%2C4.684l0%2C0%20%20c0.093-0.269%2C0.174-0.526%2C0.24-0.768l0%2C0c0.101-0.38%2C0.743-2.9%2C0.743-2.9l0%2C0c0%2C0-0.162%2C3.354-0.388%2C4.371l0%2C0%20%20c-0.049%2C0.215-0.103%2C0.427-0.158%2C0.644l0%2C0c0.812%2C2.268%2C2.121%2C4.292%2C3.68%2C5.75l0%2C0c0.615%2C0.575%2C1.393%2C1.038%2C2.128%2C1.461l0%2C0%20%20c1.605-0.229%2C3.084-0.338%2C4.318-0.324l0%2C0c1.637%2C0.021%2C2.838%2C0.265%2C3.324%2C0.743l0%2C0c0.237%2C0.232%2C0.335%2C0.514%2C0.364%2C0.83l0%2C0%20%20c0.007%2C0.122-0.053%2C0.41-0.069%2C0.482l0%2C0c0.018-0.088%2C0.018-0.519-1.298-0.938l0%2C0c-1.033-0.33-2.971-0.32-5.295-0.073l0%2C0%20%20c2.688%2C1.315%2C5.308%2C1.969%2C6.138%2C1.577l0%2C0c0.203-0.1%2C0.448-0.437%2C0.448-0.437l0%2C0c0%2C0-0.146%2C0.665-0.252%2C0.831l0%2C0%20%20c-0.134%2C0.18-0.396%2C0.376-0.646%2C0.44l0%2C0c-1.312%2C0.351-4.722-0.459-7.695-2.158l0%2C0c-3.322%2C0.489-6.972%2C1.394-9.896%2C2.354l0%2C0%20%20c-2.874%2C5.036-5.036%2C7.35-6.793%2C6.47l0%2C0l-0.646-0.325c-0.263-0.149-0.303-0.516-0.242-0.813l0%2C0%20%20c0.205-1.003%2C1.462-2.513%2C3.988-4.021l0%2C0c0.272-0.165%2C1.483-0.805%2C1.483-0.805l0%2C0c0%2C0-0.896%2C0.868-1.106%2C1.038l0%2C0%20%20c-2.016%2C1.652-3.504%2C3.73-3.467%2C4.536l0%2C0l0.007%2C0.069C2.643%2C24.936%2C5.21%2C21.45%2C8.512%2C14.989%20M9.559%2C15.525%20%20c-0.551%2C1.038-1.09%2C2.001-1.588%2C2.886l0%2C0c2.752-1.153%2C5.715-1.892%2C8.535-2.416l0%2C0c-0.379-0.262-0.746-0.539-1.093-0.832l0%2C0%20%20c-1.555-1.313-2.737-2.955-3.596-4.681l0%2C0C11.273%2C11.948%2C10.626%2C13.507%2C9.559%2C15.525%22%20%2F%3E%3C%2Fsvg%3E");
}
i.icon.icon-format-pdfa {
width: 30px;
height: 30px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2033%2033%22%20height%3D%2233px%22%20width%3D%2233px%22%20y%3D%220px%22%20x%3D%220px%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2340865c%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.875%2018.648L11.9617%2018.4783C12.7401%2016.954%2013.6102%2015.2503%2014.312%2013.541L14.6%2012.841C13.65%209.225%2013.08%206.322%2013.589%204.445C13.726%203.956%2014.293%203.659%2014.899%203.659L15.268%203.664H15.336C16.166%203.651%2016.556%204.706%2016.6%205.117C16.673%205.8%2016.357%206.956%2016.357%206.956L16.3571%206.87946C16.358%206.40944%2016.3594%205.70047%2016.081%205.083C15.738%204.33%2015.41%203.879%2015.116%203.808C14.968%203.907%2014.824%204.112%2014.774%204.507C14.671%205.06%2014.641%205.759%2014.641%206.119C14.641%207.391%2014.891%209.071%2015.384%2010.802C15.477%2010.534%2015.558%2010.276%2015.624%2010.035C15.725%209.655%2016.367%207.134%2016.367%207.134C16.367%207.134%2016.205%2010.489%2015.979%2011.505C15.931%2011.72%2015.877%2011.932%2015.821%2012.149C16.633%2014.417%2017.942%2016.441%2019.501%2017.899C19.9467%2018.3157%2020.4779%2018.6735%2021.0164%2019H29C30.1046%2019%2031%2019.8954%2031%2021V29C31%2030.1046%2030.1046%2031%2029%2031H17C15.8954%2031%2015%2030.1046%2015%2029V21.5492C13.6156%2021.9019%2012.2807%2022.2896%2011.07%2022.687C8.19599%2027.724%206.03499%2030.038%204.27699%2029.158L3.62999%2028.833C3.36699%2028.683%203.32699%2028.317%203.38799%2028.02C3.59299%2027.017%204.84999%2025.507%207.37599%2023.999C7.64799%2023.834%208.85899%2023.194%208.85899%2023.194C8.85899%2023.194%207.96299%2024.062%207.75299%2024.232C5.73699%2025.884%204.24899%2027.962%204.28599%2028.768L4.29299%2028.837C6.00499%2028.594%208.57299%2025.109%2011.875%2018.648ZM18.775%2018.822C18.8461%2018.882%2018.918%2018.9413%2018.9906%2019H17C15.9681%2019%2015.1187%2019.7815%2015.0114%2020.785C13.7648%2021.146%2012.529%2021.5689%2011.333%2022.07C11.831%2021.185%2012.37%2020.222%2012.921%2019.184C13.989%2017.166%2014.636%2015.607%2015.18%2014.141C16.038%2015.867%2017.221%2017.508%2018.775%2018.822ZM21.5553%2027.3521H24.4447L24.9995%2029H26.7518L23.7581%2021.002H22.231L19.2537%2029H21.006L21.5553%2027.3521ZM23.9998%2026.0172H22.0002L22.9945%2023.0234L23.9998%2026.0172Z%22%20class%3D%22cls-1%22%2F%3E%3C%2Fsvg%3E");
}
i.icon.icon-format-xlsx {
width: 30px;
height: 30px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2263%22%20height%3D%2263%22%20viewBox%3D%2216.287%2032.45%2063.000002%2063%22%20xml%3Aspace%3D%22preserve%22%20%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2340865c%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m%2053.774%2C43.725%20c%202.825%2C-0.2%205.663%2C-0.375%208.5%2C-0.512%20-3.337%2C6.837%20-6.688%2C13.675%20-10.087%2C20.487%203.438%2C7%206.95%2C13.95%2010.399%2C20.95%20-3.012%2C-0.175%20-6.012%2C-0.362%20-9.024%2C-0.575%20-2.125%2C-5.213%20-4.713%2C-10.25%20-6.237%2C-15.7%20-1.7%2C5.075%20-4.125%2C9.862%20-6.075%2C14.838%20-2.737%2C-0.038%20-5.476%2C-0.15%20-8.213%2C-0.263%203.212%2C-6.287%206.312%2C-12.624%209.624%2C-18.874%20-2.813%2C-6.438%20-5.899%2C-12.75%20-8.8%2C-19.15%202.75%2C-0.163%205.5%2C-0.325%208.25%2C-0.475%201.862%2C4.888%203.9%2C9.712%205.438%2C14.725%201.65%2C-5.313%204.112%2C-10.313%206.225%2C-15.451%20z%22%20%2F%3E%3C%2Fsvg%3E");
}
i.icon.icon-format-xltx {
width: 30px;
height: 30px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2233%22%20height%3D%2233%22%20viewBox%3D%220%200%2033%2033%22%20xml%3Aspace%3D%22preserve%22%20%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2340865c%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-xltx%22%3E%3Crect%20width%3D%2233%22%20height%3D%2233%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22xltx%22%20clip-path%3D%22url(%23clip-xltx)%22%3E%3Crect%20id%3D%22Rectangle_20%22%20data-name%3D%22Rectangle%2020%22%20width%3D%2233%22%20height%3D%2233%22%20fill%3D%22none%22%2F%3E%3Cpath%20id%3D%22Path_19%22%20data-name%3D%22Path%2019%22%20d%3D%22M516.527%2C119.222q2.151-.131%2C4.314-.222-2.54%2C4.455-5.119%2C8.9c1.744%2C3.04%2C3.528%2C6.06%2C5.278%2C9.1-1.528-.076-3.052-.158-4.581-.251a58.98%2C58.98%2C0%2C0%2C1-3.166-6.819c-.862%2C2.2-2.094%2C4.284-3.084%2C6.445-1.389-.017-2.779-.066-4.168-.114%2C1.63-2.732%2C3.2-5.484%2C4.885-8.2-1.428-2.8-2.994-5.54-4.467-8.319q2.095-.106%2C4.188-.206c.945%2C2.123%2C1.98%2C4.218%2C2.76%2C6.4C514.205%2C123.626%2C515.454%2C121.454%2C516.527%2C119.222Z%22%20transform%3D%22translate(-504%20-117)%22%20class%3D%22cls-1%22%2F%3E%3Cg%20id%3D%22Group_5%22%20data-name%3D%22Group%205%22%20transform%3D%22translate(16%2016)%22%3E%3Cpath%20id%3D%22Path_44%22%20data-name%3D%22Path%2044%22%20d%3D%22M1.011%2C0H13.989A1.011%2C1.011%2C0%2C0%2C1%2C15%2C1.011V13.989A1.011%2C1.011%2C0%2C0%2C1%2C13.989%2C15H1.011A1.011%2C1.011%2C0%2C0%2C1%2C0%2C13.989V1.011A1.011%2C1.011%2C0%2C0%2C1%2C1.011%2C0Z%22%20class%3D%22cls-1%22%2F%3E%3Cpath%20id%3D%22Path_39%22%20data-name%3D%22Path%2039%22%20d%3D%22M5.794%2C13.25V3.911H9.258V2.25h-9V3.911H3.729V13.25Z%22%20transform%3D%22translate(2.742%20-0.25)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-format-ods {
width: 30px;
height: 30px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%20-54.11%20193.631%20193.63%22%20height%3D%22193.63px%22%20width%3D%22193.631px%22%20y%3D%220px%22%20x%3D%220px%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2340865c%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M193.16%2C5.615V5.609c-0.334-0.173-0.671-0.334-1.005-0.497%20%20c-5.356-2.586-11.256-4.287-17.525-4.88c-11.083-1.049-21.673%2C1.496-30.622%2C6.678c-6.13-3.477-13.071-5.741-20.542-6.448%20%20c-10.298-0.974-20.17%2C1.16-28.697%2C5.629c-0.084%2C0.044-0.17%2C0.095-0.251%2C0.135c-0.207%2C0.162-0.347%2C0.414-0.347%2C0.697%20%20c0%2C0.492%2C0.392%2C0.89%2C0.889%2C0.89c0.046%2C0%2C0.091-0.007%2C0.139-0.017c0.021-0.002%2C0.042-0.011%2C0.061-0.015%20%20c4.586-0.848%2C9.368-1.088%2C14.243-0.627c13.684%2C1.293%2C25.609%2C5.521%2C33.975%2C15.011c0.437%2C0.455%2C0.822%2C0.427%2C1.266-0.024%20%20c10.523-12.2%2C26.662-17.021%2C44.006-15.382c0.968%2C0.094%2C1.921%2C0.213%2C2.871%2C0.355c0.33%2C0.05%2C0.836%2C0.134%2C1.133%2C0.167%20%20c0.572%2C0.063%2C0.88-0.397%2C0.88-0.891C193.629%2C6.056%2C193.485%2C5.776%2C193.16%2C5.615L193.16%2C5.615z%22%20class%3D%22cls-1%22%20%2F%3E%3Cpath%20d%3D%22M173.054%2C48.544c-0.057-0.028-0.107-0.046-0.154-0.065%20%20c-10.518-4.35-22.021-6.758-34.094-6.758c-19.293%2C0-37.154%2C6.127-51.757%2C16.524c-11.146-4.993-23.497-7.776-36.496-7.776%20%20c-18.485%2C0-35.648%2C5.617-49.895%2C15.237c-0.047%2C0.029-0.095%2C0.066-0.149%2C0.104C0.205%2C66.044%2C0%2C66.418%2C0%2C66.848%20%20c0%2C0.729%2C0.592%2C1.323%2C1.323%2C1.323c0.086%2C0%2C0.174-0.013%2C0.259-0.03c0.058-0.015%2C0.107-0.027%2C0.161-0.048%20%20c8.166-2.456%2C16.832-3.791%2C25.798-3.791c23.836%2C0%2C45.083%2C5.634%2C61.08%2C20.681c0.038%2C0.028%2C0.071%2C0.065%2C0.111%2C0.104%20%20c0.232%2C0.205%2C0.53%2C0.325%2C0.863%2C0.325c0.412%2C0%2C0.774-0.188%2C1.018-0.486c0.006%2C0.005%2C0.515-0.72%2C0.773-1.069%20%20c16.246-22.217%2C43.03-33.172%2C72.845-33.172c2.129%2C0%2C4.246%2C0.08%2C6.338%2C0.225c0.602%2C0.047%2C1.873%2C0.144%2C1.902%2C0.144%20%20c0.727%2C0%2C1.322-0.591%2C1.322-1.323C173.796%2C49.203%2C173.492%2C48.752%2C173.054%2C48.544L173.054%2C48.544z%22%20class%3D%22cls-1%22%20%2F%3E%3C%2Fsvg%3E");
}
i.icon.icon-format-ots {
width: 30px;
height: 30px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2233%22%20height%3D%2233%22%20viewBox%3D%220%200%2033%2033%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip-ots%22%3E%3Crect%20width%3D%2233%22%20height%3D%2233%22%2F%3E%3C%2FclipPath%3E%3Cstyle%3E.cls-1%7Bfill%3A%2340865c%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22ots%22%20clip-path%3D%22url(%23clip-ots)%22%3E%3Crect%20id%3D%22Rectangle_20%22%20data-name%3D%22Rectangle%2020%22%20width%3D%2233%22%20height%3D%2233%22%20fill%3D%22none%22%2F%3E%3Cpath%20id%3D%22Path_33%22%20data-name%3D%22Path%2033%22%20d%3D%22M125.173%2C121h0c-.046-.03-.093-.059-.141-.088a6.133%2C6.133%2C0%2C0%2C0-2.467-.869%2C6.014%2C6.014%2C0%2C0%2C0-4.309%2C1.188%2C6.223%2C6.223%2C0%2C0%2C0-2.892-1.147%2C5.965%2C5.965%2C0%2C0%2C0-4.039%2C1l-.036.024a.176.176%2C0%2C0%2C0-.049.125.145.145%2C0%2C0%2C0%2C.126.158l.019%2C0a.019.019%2C0%2C0%2C0%2C.009%2C0%2C5.781%2C5.781%2C0%2C0%2C1%2C2.005-.111%2C6.41%2C6.41%2C0%2C0%2C1%2C4.782%2C2.669c.06.081.115.076.178%2C0a6.288%2C6.288%2C0%2C0%2C1%2C6.194-2.735c.136.017.27.038.4.064.047.009.119.024.161.03.08.011.123-.071.123-.159A.155.155%2C0%2C0%2C0%2C125.173%2C121Z%22%20transform%3D%22translate(-94.24%20-116)%22%20class%3D%22cls-1%22%2F%3E%3Cpath%20id%3D%22Path_34%22%20data-name%3D%22Path%2034%22%20d%3D%22M126.894%2C125.978a.175.175%2C0%2C0%2C0-.022-.011%2C11.686%2C11.686%2C0%2C0%2C0-4.905-1.082%2C11.924%2C11.924%2C0%2C0%2C0-7.444%2C2.647%2C11.725%2C11.725%2C0%2C0%2C0-5.251-1.245%2C11.884%2C11.884%2C0%2C0%2C0-7.176%2C2.441.229.229%2C0%2C0%2C0-.022.016.217.217%2C0%2C0%2C0-.073.167.2.2%2C0%2C0%2C0%2C.191.211.167.167%2C0%2C0%2C0%2C.037%2C0%2C.118.118%2C0%2C0%2C0%2C.023-.008%2C11.679%2C11.679%2C0%2C0%2C1%2C3.71-.608c3.429%2C0%2C6.486.9%2C8.787%2C3.315a.093.093%2C0%2C0%2C1%2C.016.016.172.172%2C0%2C0%2C0%2C.123.052.18.18%2C0%2C0%2C0%2C.147-.078s.075-.115.111-.171a12.1%2C12.1%2C0%2C0%2C1%2C10.479-5.315c.306%2C0%2C.611.014.912.037l.273.022a.2.2%2C0%2C0%2C0%2C.191-.211A.211.211%2C0%2C0%2C0%2C126.894%2C125.978Z%22%20transform%3D%22translate(-100%20-115.885)%22%20class%3D%22cls-1%22%2F%3E%3Cg%20id%3D%22Group_5%22%20data-name%3D%22Group%205%22%20transform%3D%22translate(16%2016)%22%3E%3Cpath%20id%3D%22Path_44%22%20data-name%3D%22Path%2044%22%20d%3D%22M1.011%2C0H13.989A1.011%2C1.011%2C0%2C0%2C1%2C15%2C1.011V13.989A1.011%2C1.011%2C0%2C0%2C1%2C13.989%2C15H1.011A1.011%2C1.011%2C0%2C0%2C1%2C0%2C13.989V1.011A1.011%2C1.011%2C0%2C0%2C1%2C1.011%2C0Z%22%20class%3D%22cls-1%22%2F%3E%3Cpath%20id%3D%22Path_39%22%20data-name%3D%22Path%2039%22%20d%3D%22M5.794%2C13.25V3.911H9.258V2.25h-9V3.911H3.729V13.25Z%22%20transform%3D%22translate(2.742%20-0.25)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-format-csv {
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M22%2017H16V18H22V17Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20d%3D%22M22%2020H16V21H22V20Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20d%3D%22M22%2014H16V15H22V14Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20d%3D%22M22%2011H16V12H22V11Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20d%3D%22M22%208H16V9H22V8Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20d%3D%22M22%205H16V6H22V5Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20d%3D%22M22%202H16V3H22V2Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20d%3D%22M15%2017H9V18H15V17Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20d%3D%22M15%2020H9V21H15V20Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20d%3D%22M15%2014H9V15H15V14Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20d%3D%22M15%2011H9V12H15V11Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20d%3D%22M15%208H9V9H15V8Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20d%3D%22M15%205H9V6H15V5Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20d%3D%22M15%202H9V3H15V2Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20d%3D%22M8%2017H2V18H8V17Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20d%3D%22M8%2020H2V21H8V20Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20d%3D%22M8%2014H2V15H8V14Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20d%3D%22M8%2011H2V12H8V11Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20d%3D%22M8%208H2V9H8V8Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20d%3D%22M8%205H2V6H8V5Z%22%20fill%3D%22%2340865c%22%2F%3E%3Cpath%20d%3D%22M8%202H2V3H8V2Z%22%20fill%3D%22%2340865c%22%2F%3E%3C%2Fsvg%3E");
}
i.icon.icon-collaboration {
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.9912%206C15.9912%208.34102%2015.4074%2010.1346%2014.6055%2011.3121C13.7983%2012.4974%2012.8249%2013%2011.9912%2013C11.1575%2013%2010.1841%2012.4974%209.37695%2011.3121C8.57501%2010.1346%207.99121%208.34102%207.99121%206C7.99121%203.61508%209.96974%202%2011.9912%202C14.0127%202%2015.9912%203.61508%2015.9912%206ZM14.5015%2012.9506C13.7365%2013.6361%2012.8649%2014%2011.9912%2014C11.1195%2014%2010.2499%2013.6378%209.48619%2012.9554C7.78363%2013.6081%206.36015%2014.2591%205.26963%2014.9224C3.55256%2015.9667%203%2016.8326%203%2017.5C3%2018.2545%203.4257%2019.0877%204.82302%2019.7879C6.25015%2020.5031%208.57272%2020.9999%2012%2021C15.4273%2021%2017.7499%2020.5031%2019.177%2019.7879C20.5743%2019.0877%2021%2018.2545%2021%2017.5C21%2016.8326%2020.4474%2015.9667%2018.7304%2014.9224C17.6372%2014.2575%2016.2095%2013.605%2014.5015%2012.9506ZM15.2272%2012.1594C16.2765%2010.7825%2016.9912%208.67814%2016.9912%206C16.9912%203%2014.5%201%2011.9912%201C9.48242%201%206.99121%203%206.99121%206C6.99121%208.68159%207.70777%2010.7879%208.75931%2012.1647C4.60309%2013.7964%202%2015.4951%202%2017.5C2%2019.9852%205%2021.9999%2012%2022C19%2022%2022%2019.9852%2022%2017.5C22%2015.4929%2019.3913%2013.7927%2015.2272%2012.1594Z%22%20fill%3D%22%2340865c%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-cut {
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23cut)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.22427%2022.2702C4.51527%2023.1269%206.52738%2022.7183%207.6592%2021.0127C8.79101%2019.3071%208.38572%2017.2943%207.09472%2016.4376C5.80372%2015.5809%203.79161%2015.9896%202.65979%2017.6952C1.52798%2019.4008%201.93328%2021.4136%203.22427%2022.2702ZM2.67135%2023.1035C4.51208%2024.325%207.11827%2023.6364%208.49243%2021.5656C9.8666%2019.4948%209.48837%2016.8259%207.64764%2015.6044C5.80691%2014.3829%203.20072%2015.0714%201.82656%2017.1422C0.452398%2019.2131%200.830625%2021.882%202.67135%2023.1035Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20.9158%2022.2702C19.6248%2023.1269%2017.6127%2022.7183%2016.4809%2021.0127C15.349%2019.3071%2015.7543%2017.2943%2017.0453%2016.4376C18.3363%2015.5809%2020.3484%2015.9896%2021.4803%2017.6952C22.6121%2019.4008%2022.2068%2021.4136%2020.9158%2022.2702ZM21.4687%2023.1035C19.628%2024.325%2017.0218%2023.6364%2015.6476%2021.5656C14.2735%2019.4948%2014.6517%2016.8259%2016.4924%2015.6044C18.3331%2014.3829%2020.9393%2015.0714%2022.3135%2017.1422C23.6877%2019.2131%2023.3094%2021.882%2021.4687%2023.1035Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M16.4924%2015.6044L13.9037%2012.4737L19.9552%200.675715C20.0693%200.446914%2019.9552%200.172352%2019.727%200.0808313C19.4416%20-0.0106892%2019.0993%200.0808312%2018.9851%200.263872L12.0233%2011.4212L5.17562%200.263872C5.06149%200.035071%204.71911%20-0.0564496%204.43379%200.035071C4.14847%200.126592%204.03434%200.401153%204.14847%200.629955L10.2001%2012.4279L7.64761%2015.6044L9.2292%2018L12.0233%2013.4804L14.9108%2018L16.4924%2015.6044Z%22%20fill%3D%22black%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22cut%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22black%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
i.icon.icon-copy {
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201H15V7H16V0H0V17H8V16H1V1Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23%208H9V23H23V8ZM8%207V24H24V7H8Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13%205H3V4H13V5Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8%209H3V8H8V9Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8%2013H3V12H8V13Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2012H11V11H21V12Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2016H11V15H21V16Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2020H11V19H21V20Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
}
i.icon.icon-paste {
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%202H0V20H9V24H24V7H19V2H14V3H18V7H9V19H1V3H5V2ZM10%208H23V23H10V8Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M5%200H14V5H5V0Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2012H12V11H21V12Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2016H12V15H21V16Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2020H12V19H21V20Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
}
.navbar i.icon.icon-undo {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23fff%22%3E%3Cg%3E%3Cpath%20d%3D%22M20%2C17v-2c0-1.7-1.3-3-3-3H3.7l3.4%2C3.4l-1.4%2C1.4l-5.2-5.2L0%2C11l0.5-0.6l5.2-5.2l1.4%2C1.4L3.7%2C10H17c2.8%2C0%2C5%2C2.2%2C5%2C5v2H20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.navbar i.icon.icon-redo {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23fff%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C17v-2c0-2.8%2C2.2-5%2C5-5h13.3l-3.4-3.4l1.4-1.4l5.2%2C5.2L22%2C11l-0.5%2C0.6l-5.2%2C5.2l-1.4-1.4l3.4-3.4H5c-1.7%2C0-3%2C1.3-3%2C3v2H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.navbar i.icon.icon-search {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23fff%22%3E%3Cg%3E%3Cpath%20d%3D%22M19.5%2C16.8L16%2C13.3c0.7-1.1%2C1.1-2.4%2C1.1-3.8C17%2C5.4%2C13.6%2C2%2C9.5%2C2S2%2C5.4%2C2%2C9.5S5.4%2C17%2C9.5%2C17c1.4%2C0%2C2.7-0.4%2C3.8-1.1l3.5%2C3.5c0.7%2C0.7%2C1.9%2C0.7%2C2.6%2C0C20.2%2C18.7%2C20.2%2C17.6%2C19.5%2C16.8z%20M9.5%2C15.3c-3.2%2C0-5.8-2.6-5.8-5.8s2.6-5.8%2C5.8-5.8s5.8%2C2.6%2C5.8%2C5.8S12.7%2C15.3%2C9.5%2C15.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.navbar i.icon.icon-burger {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-8%201%2022%2022%22%20fill%3D%22%23fff%22%3E%3Cg%3E%3Cpath%20d%3D%22M-6%2C6v2h18V6H-6z%20M-6%2C13h18v-2H-6V13z%20M-6%2C18h18v-2H-6V18z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.navbar i.icon.icon-plus {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23fff%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C12h-9v9h-2v-9H1v-2h9V1h2v9h9V12z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.navbar i.icon.icon-edit {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23fff%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C20h22v1H0V20z%22%2F%3E%3Cpolygon%20points%3D%2217.1%2C3.1%203.5%2C16.7%203%2C20%206.3%2C19.5%2019.9%2C5.9%20%09%22%2F%3E%3Cpath%20d%3D%22M20.5%2C5.3L22%2C3.8c0%2C0-0.2-1.2-0.9-1.9C20.4%2C1.1%2C19.2%2C1%2C19.2%2C1l-1.5%2C1.5L20.5%2C5.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.navbar i.icon.icon-settings {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23fff%22%3E%3Cg%3E%3Cpath%20d%3D%22M12.1%2C2H9.9C9.6%2C2%2C9.4%2C2.2%2C9.3%2C2.5L8.8%2C4.9c0%2C0.2-0.2%2C0.3-0.3%2C0.3s-0.1%2C0-0.2-0.1L6.2%2C3.8C6.1%2C3.7%2C6%2C3.7%2C5.8%2C3.7c-0.1%2C0-0.3%2C0-0.4%2C0.1L3.8%2C5.4c-0.1%2C0.2-0.2%2C0.5%2C0%2C0.8l1.3%2C2.1c0.1%2C0.2%2C0.1%2C0.4-0.2%2C0.5L2.5%2C9.3C2.2%2C9.4%2C2%2C9.6%2C2%2C9.9v2.2c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.6l2.4%2C0.5c0.3%2C0.1%2C0.4%2C0.3%2C0.2%2C0.5l-1.3%2C2.1c-0.2%2C0.2-0.1%2C0.6%2C0.1%2C0.8l1.6%2C1.6c0.1%2C0.1%2C0.3%2C0.2%2C0.4%2C0.2s0.2%2C0%2C0.3-0.1L8.3%2C17c0.1-0.1%2C0.1-0.1%2C0.2-0.1s0.3%2C0.1%2C0.3%2C0.3l0.5%2C2.3C9.4%2C19.8%2C9.6%2C20%2C9.9%2C20h2.2c0.3%2C0%2C0.5-0.2%2C0.6-0.5l0.5-2.4c0-0.2%2C0.1-0.3%2C0.3-0.3c0.1%2C0%2C0.1%2C0%2C0.2%2C0.1l2.1%2C1.3c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1c0.2%2C0%2C0.3-0.1%2C0.4-0.2l1.6-1.6c0.2-0.2%2C0.2-0.5%2C0.1-0.8l-1.3-2.1c-0.2-0.2-0.1-0.5%2C0.2-0.5l2.4-0.5c0.3-0.1%2C0.5-0.3%2C0.5-0.6V9.8c0-0.3-0.2-0.5-0.5-0.6l-2.4-0.5c-0.3-0.1-0.4-0.3-0.2-0.5l1.3-2.1c0.2-0.2%2C0.1-0.6-0.1-0.8l-1.6-1.6c-0.1-0.1-0.3-0.2-0.4-0.2s-0.2%2C0-0.3%2C0.1l-2.1%2C1.3C13.6%2C5%2C13.6%2C5%2C13.5%2C5s-0.3-0.1-0.3-0.3l-0.5-2.2C12.6%2C2.2%2C12.4%2C2%2C12.1%2C2L12.1%2C2z%20M11%2C14.5c-1.9%2C0-3.5-1.6-3.5-3.5S9.1%2C7.5%2C11%2C7.5s3.5%2C1.6%2C3.5%2C3.5S12.9%2C14.5%2C11%2C14.5L11%2C14.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.navbar i.icon.icon-prev {
width: 20px;
height: 20px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23fff%22%3E%3Cg%3E%3Cpolygon%20points%3D%225.1%2C10.9%2013.9%2C2%2016%2C4.1%209.2%2C11.1%2016%2C17.9%2013.9%2C20%205.1%2C11.2%205%2C11.1%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.navbar i.icon.icon-next {
width: 20px;
height: 20px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23fff%22%3E%3Cg%3E%3Cpolygon%20points%3D%2216.9%2C10.9%208.1%2C2%206%2C4.1%2012.8%2C11.1%206%2C17.9%208.1%2C20%2016.9%2C11.2%2017%2C11.1%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.navbar i.icon.icon-expand-down {
width: 22px;
height: 22px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23fff%22%3E%3Cg%3E%3Cpolygon%20points%3D%2210.9%2C16.9%202%2C8.1%204.1%2C6%2011.1%2C12.8%2017.9%2C6%2020%2C8.1%2011.2%2C16.9%2011.1%2C17%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.navbar i.icon.icon-collaboration {
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.9912%206C14.9912%208.18203%2014.4464%209.76912%2013.7789%2010.7492C13.101%2011.7447%2012.4042%2012%2011.9912%2012C11.5782%2012%2010.8814%2011.7447%2010.2035%2010.7492C9.53601%209.76912%208.99121%208.18203%208.99121%206C8.99121%204.23017%2010.4571%203%2011.9912%203C13.5254%203%2014.9912%204.23017%2014.9912%206ZM13.4917%2013.6397C13.0059%2013.8771%2012.4989%2014%2011.9912%2014C11.4861%2014%2010.9817%2013.8784%2010.4983%2013.6434C8.53188%2014.3681%206.94518%2015.0737%205.78927%2015.7768C4.10512%2016.8011%204%2017.4079%204%2017.5C4%2017.7664%204.1014%2018.3077%205.27104%2018.8939C6.50029%2019.5099%208.64545%2019.9999%2012%2020C15.3546%2020%2017.4997%2019.5099%2018.7289%2018.8939C19.8986%2018.3078%2020%2017.7664%2020%2017.5C20%2017.4079%2019.8949%2016.8011%2018.2107%2015.7768C17.0529%2015.0726%2015.4627%2014.3657%2013.4917%2013.6397ZM15.2272%2012.1594C16.2765%2010.7825%2016.9912%208.67814%2016.9912%206C16.9912%203%2014.5%201%2011.9912%201C9.48242%201%206.99121%203%206.99121%206C6.99121%208.68159%207.70777%2010.7879%208.75931%2012.1647C4.60309%2013.7964%202%2015.4951%202%2017.5C2%2019.9852%205%2021.9999%2012%2022C19%2022%2022%2019.9852%2022%2017.5C22%2015.4929%2019.3913%2013.7927%2015.2272%2012.1594Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.chart-types .thumb.bar-normal {
background-image: url('../img/charts/chart-03.png');
}
.chart-types .thumb.bar-stacked {
background-image: url('../img/charts/chart-02.png');
}
.chart-types .thumb.bar-pstacked {
background-image: url('../img/charts/chart-01.png');
}
.chart-types .thumb.line-normal {
background-image: url('../img/charts/chart-06.png');
}
.chart-types .thumb.line-stacked {
background-image: url('../img/charts/chart-05.png');
}
.chart-types .thumb.line-pstacked {
background-image: url('../img/charts/chart-04.png');
}
.chart-types .thumb.hbar-normal {
background-image: url('../img/charts/chart-09.png');
}
.chart-types .thumb.hbar-stacked {
background-image: url('../img/charts/chart-08.png');
}
.chart-types .thumb.hbar-pstacked {
background-image: url('../img/charts/chart-07.png');
}
.chart-types .thumb.area-normal {
background-image: url('../img/charts/chart-12.png');
}
.chart-types .thumb.area-stacked {
background-image: url('../img/charts/chart-11.png');
}
.chart-types .thumb.area-pstacked {
background-image: url('../img/charts/chart-10.png');
}
.chart-types .thumb.pie {
background-image: url('../img/charts/chart-13.png');
}
.chart-types .thumb.doughnut {
background-image: url('../img/charts/chart-14.png');
}
.chart-types .thumb.pie3d {
background-image: url('../img/charts/chart-22.png');
}
.chart-types .thumb.scatter {
background-image: url('../img/charts/chart-15.png');
}
.chart-types .thumb.stock {
background-image: url('../img/charts/chart-16.png');
}
.chart-types .thumb.line3d {
background-image: url('../img/charts/chart-21.png');
}
.chart-types .thumb.bar3dnormal {
background-image: url('../img/charts/chart-17.png');
}
.chart-types .thumb.bar3dstack {
background-image: url('../img/charts/chart-18.png');
}
.chart-types .thumb.bar3dpstack {
background-image: url('../img/charts/chart-19.png');
}
.chart-types .thumb.hbar3dnormal {
background-image: url('../img/charts/chart-25.png');
}
.chart-types .thumb.hbar3dstack {
background-image: url('../img/charts/chart-24.png');
}
.chart-types .thumb.hbar3dpstack {
background-image: url('../img/charts/chart-23.png');
}
.chart-types .thumb.bar3dpsnormal {
background-image: url('../img/charts/chart-20.png');
}
.sailfish i.icon.icon-text-align-center {
background-color: transparent;
-webkit-mask-image: none;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M4%2C7v1h14V7H4z%20M1%2C12h21v-1H1V12z%20M4%2C15v1h14v-1H4z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.sailfish i.icon.icon-text-align-jast {
background-color: transparent;
-webkit-mask-image: none;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M1%2C8h21V7H1V8z%20M1%2C12h21v-1H1V12z%20M1%2C16h21v-1H1V16z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.sailfish i.icon.icon-text-align-left {
background-color: transparent;
-webkit-mask-image: none;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M15%2C7H1v1h14V7z%20M1%2C12h21v-1H1V12z%20M15%2C15H1v1h14V15z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.sailfish i.icon.icon-text-align-right {
background-color: transparent;
-webkit-mask-image: none;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M8%2C8h14V7H8V8z%20M22%2C11H1v1h21V11z%20M8%2C16h14v-1H8V16z%20M22%2C19H1v1h21V19z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.sailfish i.icon.icon-de-indent {
background-color: transparent;
-webkit-mask-image: none;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C20v-1h21v1H1z%20M11%2C15h11v1H11V15z%20M11%2C11h11v1H11V11z%20M11%2C7h11v1H11V7z%20M6.3%2C7L7%2C7.7l-3.8%2C3.8L7%2C15.3L6.3%2C16L2%2C11.8l-0.2-0.3L2%2C11.2L6.3%2C7z%20M1%2C3h21v1H1V3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.sailfish i.icon.icon-in-indent {
background-color: transparent;
-webkit-mask-image: none;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C20v-1h21v1H1z%20M12%2C16H1v-1h11V16z%20M12%2C12H1v-1h11V12z%20M12%2C8H1V7h11V8z%20M21%2C11.2l0.2%2C0.3L21%2C11.8L16.7%2C16L16%2C15.3l3.8-3.8L16%2C7.7L16.7%2C7L21%2C11.2z%20M22%2C4H1V3h21V4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.sailfish i.icon.icon-block-align-left {
background-color: transparent;
-webkit-mask-image: none;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%228%22%20width%3D%2212%22%20height%3D%2211%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.sailfish i.icon.icon-block-align-center {
background-color: transparent;
-webkit-mask-image: none;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%228.08%22%20width%3D%2212%22%20height%3D%2210.92%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.sailfish i.icon.icon-block-align-right {
background-color: transparent;
-webkit-mask-image: none;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2215%22%20y%3D%228%22%20width%3D%2212%22%20height%3D%2211%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.sailfish i.icon.icon-text-valign-top {
background-color: transparent;
-webkit-mask-image: none;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20points%3D%2212%2018%2011%2018%2011%207.83%208.65%209.8%208%208.94%2011.5%206%2015%209%2014.35%209.8%2012%207.83%2012%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.sailfish i.icon.icon-text-valign-middle {
background-color: transparent;
-webkit-mask-image: none;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20x%3D%222%22%20y%3D%2210%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%2212%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20points%3D%2211%202%2012%202%2012%207.17%2014.35%205.2%2015%206.06%2011.5%209%208%206%208.65%205.2%2011%207.17%2011%202%22%2F%3E%3Cpolygon%20points%3D%2212%2021%2011%2021%2011%2015.83%208.65%2017.8%208%2016.94%2011.5%2014%2015%2017%2014.35%2017.8%2012%2015.83%2012%2021%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.sailfish i.icon.icon-text-valign-bottom {
background-color: transparent;
-webkit-mask-image: none;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20x%3D%222%22%20y%3D%2218%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%2220%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20points%3D%2211%204%2012%204%2012%2015.17%2014.35%2013.2%2015%2014.06%2011.5%2017%208%2014%208.65%2013.2%2011%2015.17%2011%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.sailfish .item-content.buttons .item-inner > .row .button.active {
background-color: #c7e8d1;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=textRect] .thumb {
background-image: url('../img/shapes/shape-01.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=line] .thumb {
background-image: url('../img/shapes/shape-02.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=lineWithArrow] .thumb {
background-image: url('../img/shapes/shape-03.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=lineWithTwoArrows] .thumb {
background-image: url('../img/shapes/shape-04.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=rect] .thumb {
background-image: url('../img/shapes/shape-05.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=hexagon] .thumb {
background-image: url('../img/shapes/shape-06.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=roundRect] .thumb {
background-image: url('../img/shapes/shape-07.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=ellipse] .thumb {
background-image: url('../img/shapes/shape-08.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=triangle] .thumb {
background-image: url('../img/shapes/shape-09.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=rtTriangle] .thumb {
background-image: url('../img/shapes/shape-10.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=trapezoid] .thumb {
background-image: url('../img/shapes/shape-11.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=diamond] .thumb {
background-image: url('../img/shapes/shape-12.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=rightArrow] .thumb {
background-image: url('../img/shapes/shape-13.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=leftRightArrow] .thumb {
background-image: url('../img/shapes/shape-14.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=leftArrow] .thumb {
background-image: url('../img/shapes/shape-15.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=bentUpArrow] .thumb {
background-image: url('../img/shapes/shape-16.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=flowChartOffpageConnector] .thumb {
background-image: url('../img/shapes/shape-17.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=heart] .thumb {
background-image: url('../img/shapes/shape-18.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=mathMinus] .thumb {
background-image: url('../img/shapes/shape-19.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=mathPlus] .thumb {
background-image: url('../img/shapes/shape-20.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=parallelogram] .thumb {
background-image: url('../img/shapes/shape-21.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=wedgeRectCallout] .thumb {
background-image: url('../img/shapes/shape-22.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=wedgeEllipseCallout] .thumb {
background-image: url('../img/shapes/shape-23.svg');
background-color: transparent;
}
.sailfish .dataview.shapes .thumb {
-webkit-mask-image: none !important;
}
.sailfish .dataview.shapes [data-type=cloudCallout] .thumb {
background-image: url('../img/shapes/shape-24.svg');
background-color: transparent;
}
.navbar-hidden + .navbar-through > .page.editor {
padding-top: 0;
}
.navbar-through > .page.editor {
padding-top: 56px;
transition: padding-top 400ms ease-in;
}
.navbar-through .page > .searchbar {
top: 86px;
}
.navbar-through .page #cell-editing-box.expanded + .searchbar {
top: 126px;
}
.flex-horizontal {
display: flex;
flex-direction: column;
align-items: stretch;
}
.flex-vertical {
display: flex;
flex-direction: row;
align-items: stretch;
}
.small-picker .picker-item {
font-size: 14px;
padding: 0;
}
#cell-editing-box {
box-sizing: border-box;
position: relative;
height: 30px;
min-height: 30px;
transition: min-height 0.1s;
background-color: #fff;
display: flex;
z-index: 500;
}
#cell-editing-box * {
box-sizing: border-box;
}
#cell-editing-box:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
right: auto;
top: auto;
height: 1px;
width: 100%;
background-color: #c4c4c4;
display: block;
z-index: 15;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
html.pixel-ratio-2 #cell-editing-box:after {
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
html.pixel-ratio-3 #cell-editing-box:after {
-webkit-transform: scaleY(0.33);
transform: scaleY(0.33);
}
#cell-editing-box.expanded {
min-height: 70px;
transition: min-height 0.1s;
}
#cell-editing-box .btn {
border: 0 none;
height: 30px;
}
#cell-editing-box .ce-group {
overflow: hidden;
height: 100%;
position: relative;
}
#cell-editing-box .group-name {
display: inline-flex;
background-color: #f1f1f1;
z-index: 1;
}
#cell-editing-box .group-content {
position: relative;
padding-left: 1px;
flex-grow: 1;
}
#cell-editing-box .group-content:before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: auto;
right: auto;
width: 1px;
height: 100%;
background-color: #c4c4c4;
display: block;
z-index: 15;
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
html.pixel-ratio-2 #cell-editing-box .group-content:before {
-webkit-transform: scaleX(0.5);
transform: scaleX(0.5);
}
html.pixel-ratio-3 #cell-editing-box .group-content:before {
-webkit-transform: scaleX(0.33);
transform: scaleX(0.33);
}
#cell-editing-box .group-name,
#cell-editing-box .group-content,
#cell-editing-box .group-expand {
z-index: 1;
}
#cell-editing-box .group-functions-list {
position: absolute;
height: 30px;
}
#cell-editing-box #ce-cell-name {
display: inline-block;
width: 90px;
padding: 0 4px;
border: 0 none;
line-height: 30px;
text-align: center;
}
#cell-editing-box #ce-cell-name[disabled] {
color: #848484;
opacity: 0.5;
}
#cell-editing-box #ce-function {
height: 30px;
line-height: 30px;
padding: 0 10px;
}
#cell-editing-box #ce-btn-expand {
width: 30px;
background-color: #fff;
padding: 0 2px 0;
}
#cell-editing-box #ce-btn-expand .caret {
display: block;
transition: transform 0.1s ease;
width: 16px;
height: 16px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23000%22%3E%3Cg%3E%3Cpath%20d%3D%22M20.5%2C6.5l1.1%2C1.1L11%2C18l0%2C0l0%2C0L0.5%2C7.5l1.1-1.1l9.5%2C9.5L20.5%2C6.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
#cell-editing-box #ce-btn-expand.collapse .caret {
transform: rotate(180deg);
}
#cell-editing-box #ce-cell-content {
display: block;
width: 100%;
padding: 3px 3px;
line-height: 1.428571429;
color: #000;
vertical-align: middle;
background-color: #fff;
height: 100%;
resize: none;
min-height: 30px;
border: 0 none;
font-size: 16px;
}
#cell-editing-box #ce-cell-content[disabled] {
color: #848484;
opacity: 0.5;
}
#cell-editing-box #ce-cell-name,
#cell-editing-box #ce-cell-content {
border-radius: 0;
}
#cell-editing-box.expanded .group-functions-list.opened {
top: 70px;
}
.group-functions-list {
width: 100%;
background-color: #fff;
top: 0;
transition: top .2s;
}
.group-functions-list:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
right: auto;
top: auto;
height: 1px;
width: 100%;
background-color: #c4c4c4;
display: block;
z-index: 15;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
html.pixel-ratio-2 .group-functions-list:after {
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
html.pixel-ratio-3 .group-functions-list:after {
-webkit-transform: scaleY(0.33);
transform: scaleY(0.33);
}
.group-functions-list.opened {
top: 30px;
}
.group-functions-list:not(.opened) {
display: none;
}
.group-functions-list ul {
white-space: nowrap;
overflow: hidden;
padding: 0;
margin: 0;
}
.group-functions-list ul > li {
display: inline-block;
}
.group-functions-list ul > li > a {
line-height: 30px;
padding: 0 8px 0;
}
.phone #cell-editing-box #ce-cell-name {
display: none;
}
.statusbar {
position: relative;
box-sizing: border-box;
background-color: #f1f1f1;
z-index: 11;
height: 30px;
min-height: 30px;
}
.statusbar * {
box-sizing: border-box;
}
.statusbar:before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: auto;
right: auto;
height: 1px;
width: 100%;
background-color: #cbcbcb;
display: block;
z-index: 15;
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
html.pixel-ratio-2 .statusbar:before {
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
html.pixel-ratio-3 .statusbar:before {
-webkit-transform: scaleY(0.33);
transform: scaleY(0.33);
}
.statusbar #box-addtab {
float: left;
}
.statusbar .button {
border: 0 none;
border-radius: 0;
color: #000;
font-size: 18px;
line-height: inherit;
min-width: 48px;
}
.statusbar .button:after {
content: '';
position: absolute;
right: 0;
top: 0;
left: auto;
bottom: auto;
width: 1px;
height: 100%;
background-color: #cbcbcb;
display: block;
z-index: 15;
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
html.pixel-ratio-2 .statusbar .button:after {
-webkit-transform: scaleX(0.5);
transform: scaleX(0.5);
}
html.pixel-ratio-3 .statusbar .button:after {
-webkit-transform: scaleX(0.33);
transform: scaleX(0.33);
}
.statusbar i.icon {
width: 22px;
height: 22px;
}
.statusbar i.icon.icon-plus {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23000%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C12H12v10h-1V12H1v-1h10V1h1v10h10V12z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.box-tabs ul {
margin: 0;
padding: 0;
white-space: nowrap;
overflow: hidden;
}
.box-tabs ul > li {
list-style: none;
display: inline-block;
position: relative;
}
.box-tabs ul > li:after {
content: '';
position: absolute;
right: 0;
top: 0;
left: auto;
bottom: auto;
width: 1px;
height: 100%;
background-color: #cbcbcb;
display: block;
z-index: 15;
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
html.pixel-ratio-2 .box-tabs ul > li:after {
-webkit-transform: scaleX(0.5);
transform: scaleX(0.5);
}
html.pixel-ratio-3 .box-tabs ul > li:after {
-webkit-transform: scaleX(0.33);
transform: scaleX(0.33);
}
.box-tabs ul > li:not(.active) a {
opacity: 0.5;
}
.box-tabs ul > li a {
display: inline-block;
font-size: 12px;
padding: 0 10px 0;
line-height: 30px;
margin-right: -1px;
outline: none;
color: #000;
height: 100%;
}
.box-tabs ul > li a:hover {
cursor: pointer;
}
.box-tabs .locked a {
box-shadow: inset 0 2px #f00;
}
.sailfish #cell-editing-box {
display: block;
}
.sailfish #cell-editing-box .group-content {
position: absolute;
top: 0;
left: 42px;
right: 30px;
}
.tablet.sailfish #cell-editing-box .group-content {
left: 132px;
}
.sailfish #cell-editing-box .group-expand {
position: absolute;
top: 0;
right: 0;
}
.sailfish #cell-editing-box #ce-btn-expand .caret {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20fill%3D%22%23000%22%3E%3Cg%3E%3Cpath%20d%3D%22M20.5%2C6.5l1.1%2C1.1L11%2C18l0%2C0l0%2C0L0.5%2C7.5l1.1-1.1l9.5%2C9.5L20.5%2C6.5z%22%20transform%3D%22matrix(0.743684%200%200%200.743684%20-0.299854%20-0.590536)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.sailfish .statusbar {
position: absolute;
bottom: 0;
width: 100%;
}
#editor-navbar.navbar .right {
padding-right: 4px;
}
#editor-navbar.navbar .right a.link,
#editor-navbar.navbar .left a.link {
padding: 0 13px;
}
#add-table .page,
#add-shape .page {
background-color: #fff;
}
.table-styles .row,
.table-styles .row li {
margin-bottom: 12px;
}
.table-styles li {
margin: 0;
padding: 1px;
}
.table-styles li img {
width: 70px;
height: 50px;
}
.shapes li {
width: 70px;
height: 70px;
margin: 0 1px;
}
.shapes li .thumb {
width: 100%;
height: 100%;
background-color: #40865c;
}
.chart-types li {
width: 60px;
height: 60px;
margin: 6px;
}
.chart-types li .thumb {
width: 100%;
height: 100%;
background-size: contain;
}
.cell-styles.dataview .active:after {
right: 2px;
bottom: 2px;
}
.cell-styles.dataview .row {
padding: 5px 0;
}
.cell-styles.dataview .row li {
border: 1px solid rgba(0, 0, 0, 0.12);
padding: 2px;
}
html.pixel-ratio-2 .cell-styles.dataview .row li {
border: 0.5px solid rgba(0, 0, 0, 0.12);
}
html.pixel-ratio-3 .cell-styles.dataview .row li {
border: 0.33px solid rgba(0, 0, 0, 0.12);
}
.cell-styles.dataview .row li .thumb {
width: 112px;
height: 38px;
background-size: contain;
}
.modal.modal-in {
max-height: 100%;
overflow: auto;
}
.filter-root-view .list-center .item-title {
text-align: center;
width: 100%;
}
.filter-root-view #btn-delete-filter {
color: #f44336;
}
[data-page="regional-settings-view"] .list-block .item-title-row {
justify-content: space-between;
align-items: center;
display: flex;
width: 100%;
}
[data-page="regional-settings-view"] .item-title {
font-weight: 400;
white-space: normal;
order: 1;
}
.icon.lang-flag {
order: 2;
width: 16px;
height: 12px;
background-image: url("data:image/png;base64,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");
background-repeat: no-repeat;
background-size: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
.icon.lang-flag {
background-image: url("data:image/png;base64,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");
background-size: 48px auto;
}
}
.lang-flag {
background-position: -16px -108px;
}
.lang-flag.ca,
.lang-flag.ca-ES {
background-position: 0 0;
}
.lang-flag.cs,
.lang-flag.cs-CZ {
background-position: -16px 0;
}
.lang-flag.da,
.lang-flag.da-DK {
background-position: -32px 0;
}
.lang-flag.de,
.lang-flag.de-DE {
background-position: 0 -12px;
}
.lang-flag.el,
.lang-flag.el-GR {
background-position: -16px -12px;
}
.lang-flag.en,
.lang-flag.en-US {
background-position: -32px -12px;
}
.lang-flag.fr,
.lang-flag.fr-FR {
background-position: 0 -24px;
}
.lang-flag.hu,
.lang-flag.hu-HU {
background-position: -16px -24px;
}
.lang-flag.it,
.lang-flag.it-IT {
background-position: -32px -24px;
}
.lang-flag.ko,
.lang-flag.ko-KR {
background-position: 0 -36px;
}
.lang-flag.nl,
.lang-flag.nl-NL {
background-position: -16px -36px;
}
.lang-flag.nb,
.lang-flag.nb-NO,
.lang-flag.nn,
.lang-flag.nn-NO {
background-position: -32px -36px;
}
.lang-flag.pl,
.lang-flag.pl-PL {
background-position: 0 -48px;
}
.lang-flag.pt,
.lang-flag.pt-BR {
background-position: -16px -48px;
}
.lang-flag.ro,
.lang-flag.ro-RO {
background-position: -32px -48px;
}
.lang-flag.ru,
.lang-flag.ru-RU {
background-position: 0 -60px;
}
.lang-flag.sv,
.lang-flag.sv-SE {
background-position: -32px -60px;
}
.lang-flag.tr,
.lang-flag.tr-TR {
background-position: 0 -72px;
}
.lang-flag.uk,
.lang-flag.uk-UA {
background-position: -16px -72px;
}
.lang-flag.lv,
.lang-flag.lv-LV {
background-position: -32px -72px;
}
.lang-flag.lt,
.lang-flag.lt-LT {
background-position: 0 -84px;
}
.lang-flag.vi,
.lang-flag.vi-VN {
background-position: -16px -84px;
}
.lang-flag.de-CH {
background-position: -32px -84px;
}
.lang-flag.pt-PT {
background-position: -16px -96px;
}
.lang-flag.de-AT {
background-position: -32px -96px;
}
.lang-flag.es,
.lang-flag.es-ES {
background-position: 0 -108px;
}
.lang-flag.en-GB {
background-position: -32px -108px;
}
.lang-flag.en-AU {
background-position: 0 -120px;
}
.lang-flag.az-Latn-AZ {
background-position: -16px -120px;
}
.lang-flag.id,
.lang-flag.id-ID {
background-position: -32px -120px;
}
.lang-flag.bg,
.lang-flag.bg-BG {
background-position: 0 -132px;
}
.lang-flag.ca-ES-valencia {
background-position: -16px -132px;
}
.lang-flag.en-CA {
background-position: -32px -132px;
}
.lang-flag.en-ZA {
background-position: 0 -144px;
}
.lang-flag.eu,
.lang-flag.eu-ES {
background-position: -16px -144px;
}
.lang-flag.gl,
.lang-flag.gl-ES {
background-position: -32px -144px;
}
.lang-flag.hr,
.lang-flag.hr-HR {
background-position: 0 -156px;
}
.lang-flag.lb,
.lang-flag.lb-LU {
background-position: -16px -156px;
}
.lang-flag.mn,
.lang-flag.mn-MN {
background-position: -32px -156px;
}
.lang-flag.sl,
.lang-flag.sl-SI {
background-position: 0 -168px;
}
.lang-flag.sr,
.lang-flag.sr-Cyrl-RS,
.lang-flag.sr-Latn-RS {
background-position: -16px -168px;
}
.lang-flag.sk,
.lang-flag.sk-SK {
background-position: -32px -168px;
}
.lang-flag.kk,
.lang-flag.kk-KZ {
background-position: 0 -180px;
}
.lang-flag.fi,
.lang-flag.fi-FI,
.lang-flag.sv-FI {
background-position: -16px -180px;
}
.lang-flag.zh,
.lang-flag.zh-CN {
background-position: -32px -180px;
}
.lang-flag.ja,
.lang-flag.ja-JP {
background-position: 0 -192px;
}
.lang-flag.es-MX {
background-position: -16px -192px;
}