tsichart-core 2.0.0-beta.6 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +58 -3
- package/dist/index.js +1263 -1235
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1263 -1235
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1221 -1193
- package/dist/index.umd.js.map +1 -1
- package/dist/styles/index.css +351 -381
- package/dist/styles/index.css.map +1 -1
- package/package.json +1 -1
package/dist/styles/index.css
CHANGED
|
@@ -149,8 +149,7 @@ select::-ms-expand {
|
|
|
149
149
|
.tsi-select {
|
|
150
150
|
margin: 2px;
|
|
151
151
|
position: relative;
|
|
152
|
-
|
|
153
|
-
-moz-appearance: none;
|
|
152
|
+
appearance: none;
|
|
154
153
|
padding: 6px;
|
|
155
154
|
padding-right: 28px;
|
|
156
155
|
border-width: 1px;
|
|
@@ -1130,8 +1129,7 @@ select::-ms-expand {
|
|
|
1130
1129
|
.tsi-select {
|
|
1131
1130
|
margin: 2px;
|
|
1132
1131
|
position: relative;
|
|
1133
|
-
|
|
1134
|
-
-moz-appearance: none;
|
|
1132
|
+
appearance: none;
|
|
1135
1133
|
padding: 6px;
|
|
1136
1134
|
padding-right: 28px;
|
|
1137
1135
|
border-width: 1px;
|
|
@@ -1771,8 +1769,7 @@ select::-ms-expand {
|
|
|
1771
1769
|
.tsi-select {
|
|
1772
1770
|
margin: 2px;
|
|
1773
1771
|
position: relative;
|
|
1774
|
-
|
|
1775
|
-
-moz-appearance: none;
|
|
1772
|
+
appearance: none;
|
|
1776
1773
|
padding: 6px;
|
|
1777
1774
|
padding-right: 28px;
|
|
1778
1775
|
border-width: 1px;
|
|
@@ -2221,8 +2218,7 @@ select::-ms-expand {
|
|
|
2221
2218
|
.tsi-select {
|
|
2222
2219
|
margin: 2px;
|
|
2223
2220
|
position: relative;
|
|
2224
|
-
|
|
2225
|
-
-moz-appearance: none;
|
|
2221
|
+
appearance: none;
|
|
2226
2222
|
padding: 6px;
|
|
2227
2223
|
padding-right: 28px;
|
|
2228
2224
|
border-width: 1px;
|
|
@@ -2964,8 +2960,7 @@ select::-ms-expand {
|
|
|
2964
2960
|
.tsi-select {
|
|
2965
2961
|
margin: 2px;
|
|
2966
2962
|
position: relative;
|
|
2967
|
-
|
|
2968
|
-
-moz-appearance: none;
|
|
2963
|
+
appearance: none;
|
|
2969
2964
|
padding: 6px;
|
|
2970
2965
|
padding-right: 28px;
|
|
2971
2966
|
border-width: 1px;
|
|
@@ -3312,8 +3307,7 @@ select::-ms-expand {
|
|
|
3312
3307
|
.tsi-select {
|
|
3313
3308
|
margin: 2px;
|
|
3314
3309
|
position: relative;
|
|
3315
|
-
|
|
3316
|
-
-moz-appearance: none;
|
|
3310
|
+
appearance: none;
|
|
3317
3311
|
padding: 6px;
|
|
3318
3312
|
padding-right: 28px;
|
|
3319
3313
|
border-width: 1px;
|
|
@@ -4020,8 +4014,7 @@ select::-ms-expand {
|
|
|
4020
4014
|
.tsi-select {
|
|
4021
4015
|
margin: 2px;
|
|
4022
4016
|
position: relative;
|
|
4023
|
-
|
|
4024
|
-
-moz-appearance: none;
|
|
4017
|
+
appearance: none;
|
|
4025
4018
|
padding: 6px;
|
|
4026
4019
|
padding-right: 28px;
|
|
4027
4020
|
border-width: 1px;
|
|
@@ -4592,8 +4585,7 @@ select::-ms-expand {
|
|
|
4592
4585
|
.tsi-select {
|
|
4593
4586
|
margin: 2px;
|
|
4594
4587
|
position: relative;
|
|
4595
|
-
|
|
4596
|
-
-moz-appearance: none;
|
|
4588
|
+
appearance: none;
|
|
4597
4589
|
padding: 6px;
|
|
4598
4590
|
padding-right: 28px;
|
|
4599
4591
|
border-width: 1px;
|
|
@@ -5405,8 +5397,7 @@ select::-ms-expand {
|
|
|
5405
5397
|
.tsi-select {
|
|
5406
5398
|
margin: 2px;
|
|
5407
5399
|
position: relative;
|
|
5408
|
-
|
|
5409
|
-
-moz-appearance: none;
|
|
5400
|
+
appearance: none;
|
|
5410
5401
|
padding: 6px;
|
|
5411
5402
|
padding-right: 28px;
|
|
5412
5403
|
border-width: 1px;
|
|
@@ -5779,244 +5770,6 @@ select::-ms-expand {
|
|
|
5779
5770
|
rx: 4px;
|
|
5780
5771
|
ry: 4px;
|
|
5781
5772
|
}
|
|
5782
|
-
@charset "UTF-8";
|
|
5783
|
-
|
|
5784
|
-
/*!
|
|
5785
|
-
* Pikaday
|
|
5786
|
-
* Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
|
|
5787
|
-
*/
|
|
5788
|
-
|
|
5789
|
-
.pika-single {
|
|
5790
|
-
z-index: 9999;
|
|
5791
|
-
display: block;
|
|
5792
|
-
position: relative;
|
|
5793
|
-
color: #333;
|
|
5794
|
-
background: #fff;
|
|
5795
|
-
border: 1px solid #ccc;
|
|
5796
|
-
border-bottom-color: #bbb;
|
|
5797
|
-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5798
|
-
}
|
|
5799
|
-
|
|
5800
|
-
/*
|
|
5801
|
-
clear child float (pika-lendar), using the famous micro clearfix hack
|
|
5802
|
-
http://nicolasgallagher.com/micro-clearfix-hack/
|
|
5803
|
-
*/
|
|
5804
|
-
.pika-single:before,
|
|
5805
|
-
.pika-single:after {
|
|
5806
|
-
content: " ";
|
|
5807
|
-
display: table;
|
|
5808
|
-
}
|
|
5809
|
-
.pika-single:after { clear: both }
|
|
5810
|
-
.pika-single { *zoom: 1 }
|
|
5811
|
-
|
|
5812
|
-
.pika-single.is-hidden {
|
|
5813
|
-
display: none;
|
|
5814
|
-
}
|
|
5815
|
-
|
|
5816
|
-
.pika-single.is-bound {
|
|
5817
|
-
position: absolute;
|
|
5818
|
-
box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
|
|
5819
|
-
}
|
|
5820
|
-
|
|
5821
|
-
.pika-lendar {
|
|
5822
|
-
float: left;
|
|
5823
|
-
width: 240px;
|
|
5824
|
-
margin: 8px;
|
|
5825
|
-
}
|
|
5826
|
-
|
|
5827
|
-
.pika-title {
|
|
5828
|
-
position: relative;
|
|
5829
|
-
text-align: center;
|
|
5830
|
-
}
|
|
5831
|
-
|
|
5832
|
-
.pika-label {
|
|
5833
|
-
display: inline-block;
|
|
5834
|
-
*display: inline;
|
|
5835
|
-
position: relative;
|
|
5836
|
-
z-index: 9999;
|
|
5837
|
-
overflow: hidden;
|
|
5838
|
-
margin: 0;
|
|
5839
|
-
padding: 5px 3px;
|
|
5840
|
-
font-size: 14px;
|
|
5841
|
-
line-height: 20px;
|
|
5842
|
-
font-weight: bold;
|
|
5843
|
-
background-color: #fff;
|
|
5844
|
-
}
|
|
5845
|
-
.pika-title select {
|
|
5846
|
-
cursor: pointer;
|
|
5847
|
-
position: absolute;
|
|
5848
|
-
z-index: 9998;
|
|
5849
|
-
margin: 0;
|
|
5850
|
-
left: 0;
|
|
5851
|
-
top: 5px;
|
|
5852
|
-
filter: alpha(opacity=0);
|
|
5853
|
-
opacity: 0;
|
|
5854
|
-
}
|
|
5855
|
-
|
|
5856
|
-
.pika-prev,
|
|
5857
|
-
.pika-next {
|
|
5858
|
-
display: block;
|
|
5859
|
-
cursor: pointer;
|
|
5860
|
-
position: relative;
|
|
5861
|
-
outline: none;
|
|
5862
|
-
border: 0;
|
|
5863
|
-
padding: 0;
|
|
5864
|
-
width: 20px;
|
|
5865
|
-
height: 30px;
|
|
5866
|
-
/* hide text using text-indent trick, using width value (it's enough) */
|
|
5867
|
-
text-indent: 20px;
|
|
5868
|
-
white-space: nowrap;
|
|
5869
|
-
overflow: hidden;
|
|
5870
|
-
background-color: transparent;
|
|
5871
|
-
background-position: center center;
|
|
5872
|
-
background-repeat: no-repeat;
|
|
5873
|
-
background-size: 75% 75%;
|
|
5874
|
-
opacity: .5;
|
|
5875
|
-
*position: absolute;
|
|
5876
|
-
*top: 0;
|
|
5877
|
-
}
|
|
5878
|
-
|
|
5879
|
-
.pika-prev:hover,
|
|
5880
|
-
.pika-next:hover {
|
|
5881
|
-
opacity: 1;
|
|
5882
|
-
}
|
|
5883
|
-
|
|
5884
|
-
.pika-prev,
|
|
5885
|
-
.is-rtl .pika-next {
|
|
5886
|
-
float: left;
|
|
5887
|
-
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
|
|
5888
|
-
*left: 0;
|
|
5889
|
-
}
|
|
5890
|
-
|
|
5891
|
-
.pika-next,
|
|
5892
|
-
.is-rtl .pika-prev {
|
|
5893
|
-
float: right;
|
|
5894
|
-
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
|
|
5895
|
-
*right: 0;
|
|
5896
|
-
}
|
|
5897
|
-
|
|
5898
|
-
.pika-prev.is-disabled,
|
|
5899
|
-
.pika-next.is-disabled {
|
|
5900
|
-
cursor: default;
|
|
5901
|
-
opacity: .2;
|
|
5902
|
-
}
|
|
5903
|
-
|
|
5904
|
-
.pika-select {
|
|
5905
|
-
display: inline-block;
|
|
5906
|
-
*display: inline;
|
|
5907
|
-
}
|
|
5908
|
-
|
|
5909
|
-
.pika-table {
|
|
5910
|
-
width: 100%;
|
|
5911
|
-
border-collapse: collapse;
|
|
5912
|
-
border-spacing: 0;
|
|
5913
|
-
border: 0;
|
|
5914
|
-
}
|
|
5915
|
-
|
|
5916
|
-
.pika-table th,
|
|
5917
|
-
.pika-table td {
|
|
5918
|
-
width: 14.285714285714286%;
|
|
5919
|
-
padding: 0;
|
|
5920
|
-
}
|
|
5921
|
-
|
|
5922
|
-
.pika-table th {
|
|
5923
|
-
color: #999;
|
|
5924
|
-
font-size: 12px;
|
|
5925
|
-
line-height: 25px;
|
|
5926
|
-
font-weight: bold;
|
|
5927
|
-
text-align: center;
|
|
5928
|
-
}
|
|
5929
|
-
|
|
5930
|
-
.pika-button {
|
|
5931
|
-
cursor: pointer;
|
|
5932
|
-
display: block;
|
|
5933
|
-
box-sizing: border-box;
|
|
5934
|
-
-moz-box-sizing: border-box;
|
|
5935
|
-
outline: none;
|
|
5936
|
-
border: 0;
|
|
5937
|
-
margin: 0;
|
|
5938
|
-
width: 100%;
|
|
5939
|
-
padding: 5px;
|
|
5940
|
-
color: #666;
|
|
5941
|
-
font-size: 12px;
|
|
5942
|
-
line-height: 15px;
|
|
5943
|
-
text-align: right;
|
|
5944
|
-
background: #f5f5f5;
|
|
5945
|
-
}
|
|
5946
|
-
|
|
5947
|
-
.pika-week {
|
|
5948
|
-
font-size: 11px;
|
|
5949
|
-
color: #999;
|
|
5950
|
-
}
|
|
5951
|
-
|
|
5952
|
-
.is-today .pika-button {
|
|
5953
|
-
color: #33aaff;
|
|
5954
|
-
font-weight: bold;
|
|
5955
|
-
}
|
|
5956
|
-
|
|
5957
|
-
.is-selected .pika-button,
|
|
5958
|
-
.has-event .pika-button {
|
|
5959
|
-
color: #fff;
|
|
5960
|
-
font-weight: bold;
|
|
5961
|
-
background: #33aaff;
|
|
5962
|
-
box-shadow: inset 0 1px 3px #178fe5;
|
|
5963
|
-
border-radius: 3px;
|
|
5964
|
-
}
|
|
5965
|
-
|
|
5966
|
-
.has-event .pika-button {
|
|
5967
|
-
background: #005da9;
|
|
5968
|
-
box-shadow: inset 0 1px 3px #0076c9;
|
|
5969
|
-
}
|
|
5970
|
-
|
|
5971
|
-
.is-disabled .pika-button,
|
|
5972
|
-
.is-inrange .pika-button {
|
|
5973
|
-
background: #D5E9F7;
|
|
5974
|
-
}
|
|
5975
|
-
|
|
5976
|
-
.is-startrange .pika-button {
|
|
5977
|
-
color: #fff;
|
|
5978
|
-
background: #6CB31D;
|
|
5979
|
-
box-shadow: none;
|
|
5980
|
-
border-radius: 3px;
|
|
5981
|
-
}
|
|
5982
|
-
|
|
5983
|
-
.is-endrange .pika-button {
|
|
5984
|
-
color: #fff;
|
|
5985
|
-
background: #33aaff;
|
|
5986
|
-
box-shadow: none;
|
|
5987
|
-
border-radius: 3px;
|
|
5988
|
-
}
|
|
5989
|
-
|
|
5990
|
-
.is-disabled .pika-button {
|
|
5991
|
-
pointer-events: none;
|
|
5992
|
-
cursor: default;
|
|
5993
|
-
color: #999;
|
|
5994
|
-
opacity: .3;
|
|
5995
|
-
}
|
|
5996
|
-
|
|
5997
|
-
.is-outside-current-month .pika-button {
|
|
5998
|
-
color: #999;
|
|
5999
|
-
opacity: .3;
|
|
6000
|
-
}
|
|
6001
|
-
|
|
6002
|
-
.is-selection-disabled {
|
|
6003
|
-
pointer-events: none;
|
|
6004
|
-
cursor: default;
|
|
6005
|
-
}
|
|
6006
|
-
|
|
6007
|
-
.pika-button:hover,
|
|
6008
|
-
.pika-row.pick-whole-week:hover .pika-button {
|
|
6009
|
-
color: #fff;
|
|
6010
|
-
background: #ff8000;
|
|
6011
|
-
box-shadow: none;
|
|
6012
|
-
border-radius: 3px;
|
|
6013
|
-
}
|
|
6014
|
-
|
|
6015
|
-
/* styling for abbr */
|
|
6016
|
-
.pika-table abbr {
|
|
6017
|
-
border-bottom: none;
|
|
6018
|
-
cursor: help;
|
|
6019
|
-
}
|
|
6020
5773
|
div[class^=tsi-] {
|
|
6021
5774
|
box-sizing: border-box;
|
|
6022
5775
|
font-family: "Segoe UI", sans-serif;
|
|
@@ -6168,8 +5921,7 @@ select::-ms-expand {
|
|
|
6168
5921
|
.tsi-select {
|
|
6169
5922
|
margin: 2px;
|
|
6170
5923
|
position: relative;
|
|
6171
|
-
|
|
6172
|
-
-moz-appearance: none;
|
|
5924
|
+
appearance: none;
|
|
6173
5925
|
padding: 6px;
|
|
6174
5926
|
padding-right: 28px;
|
|
6175
5927
|
border-width: 1px;
|
|
@@ -6753,8 +6505,7 @@ select::-ms-expand {
|
|
|
6753
6505
|
.tsi-select {
|
|
6754
6506
|
margin: 2px;
|
|
6755
6507
|
position: relative;
|
|
6756
|
-
|
|
6757
|
-
-moz-appearance: none;
|
|
6508
|
+
appearance: none;
|
|
6758
6509
|
padding: 6px;
|
|
6759
6510
|
padding-right: 28px;
|
|
6760
6511
|
border-width: 1px;
|
|
@@ -6786,112 +6537,350 @@ select::-ms-expand {
|
|
|
6786
6537
|
margin-left: 12px;
|
|
6787
6538
|
margin-right: 12px;
|
|
6788
6539
|
}
|
|
6789
|
-
.pika-single .pika-lendar abbr {
|
|
6790
|
-
text-decoration: none;
|
|
6540
|
+
.pika-single .pika-lendar abbr {
|
|
6541
|
+
text-decoration: none;
|
|
6542
|
+
}
|
|
6543
|
+
.pika-single .pika-lendar .pika-table .pika-row {
|
|
6544
|
+
height: 28px;
|
|
6545
|
+
margin: 0px;
|
|
6546
|
+
}
|
|
6547
|
+
.pika-single .pika-lendar .pika-table .pika-row td {
|
|
6548
|
+
padding: 0px;
|
|
6549
|
+
}
|
|
6550
|
+
.pika-single .pika-lendar .pika-table .pika-row td.is-inrange .pika-day {
|
|
6551
|
+
background-color: #d5ebe9;
|
|
6552
|
+
}
|
|
6553
|
+
.pika-single .pika-lendar .pika-table .pika-row td.is-endrange .pika-day, .pika-single .pika-lendar .pika-table .pika-row td.is-startrange .pika-day {
|
|
6554
|
+
background-color: #309d90;
|
|
6555
|
+
color: white;
|
|
6556
|
+
}
|
|
6557
|
+
.pika-single .pika-lendar .pika-table .pika-row td.is-endrange .pika-day:hover, .pika-single .pika-lendar .pika-table .pika-row td.is-startrange .pika-day:hover {
|
|
6558
|
+
background-color: #309d90;
|
|
6559
|
+
color: white;
|
|
6560
|
+
}
|
|
6561
|
+
.pika-single .pika-lendar .pika-table .pika-row td.is-startrange button {
|
|
6562
|
+
border-bottom-left-radius: 8px;
|
|
6563
|
+
border-top-left-radius: 8px;
|
|
6564
|
+
}
|
|
6565
|
+
.pika-single .pika-lendar .pika-table .pika-row td.is-endrange button {
|
|
6566
|
+
border-bottom-right-radius: 8px;
|
|
6567
|
+
border-top-right-radius: 8px;
|
|
6568
|
+
}
|
|
6569
|
+
.pika-single .pika-lendar .pika-table .pika-row td .pika-day {
|
|
6570
|
+
width: 100%;
|
|
6571
|
+
height: 28px;
|
|
6572
|
+
width: 28px;
|
|
6573
|
+
margin: 0px;
|
|
6574
|
+
}
|
|
6575
|
+
.pika-single .pika-lendar .pika-table .pika-row td .pika-day:hover {
|
|
6576
|
+
background-color: #309d90;
|
|
6577
|
+
color: white;
|
|
6578
|
+
}
|
|
6579
|
+
.pika-single .pika-lendar .pika-table .pika-button {
|
|
6580
|
+
border-radius: 0px;
|
|
6581
|
+
text-align: center;
|
|
6582
|
+
}
|
|
6583
|
+
|
|
6584
|
+
.tsi-search {
|
|
6585
|
+
width: 100%;
|
|
6586
|
+
height: 100%;
|
|
6587
|
+
display: flex;
|
|
6588
|
+
flex-shrink: 0;
|
|
6589
|
+
align-items: center;
|
|
6590
|
+
position: relative;
|
|
6591
|
+
}
|
|
6592
|
+
.tsi-search .tsi-search-icon {
|
|
6593
|
+
width: 21px;
|
|
6594
|
+
height: 17px;
|
|
6595
|
+
background-repeat: no-repeat;
|
|
6596
|
+
margin-left: 8px;
|
|
6597
|
+
background-size: 14px;
|
|
6598
|
+
background-position-y: 2px;
|
|
6599
|
+
}
|
|
6600
|
+
.tsi-search .tsi-searchInput {
|
|
6601
|
+
position: absolute;
|
|
6602
|
+
width: 100%;
|
|
6603
|
+
height: 100%;
|
|
6604
|
+
padding-left: 28px;
|
|
6605
|
+
background: transparent;
|
|
6606
|
+
outline: none;
|
|
6607
|
+
text-overflow: ellipsis;
|
|
6608
|
+
}
|
|
6609
|
+
|
|
6610
|
+
.tsi-baseMono {
|
|
6611
|
+
display: inline-block;
|
|
6612
|
+
padding: 4px;
|
|
6613
|
+
border-radius: 3px;
|
|
6614
|
+
font-family: "Lucida Console", Monaco, monospace;
|
|
6615
|
+
font-size: 85%;
|
|
6616
|
+
line-height: 85%;
|
|
6617
|
+
font-weight: 300;
|
|
6618
|
+
}
|
|
6619
|
+
|
|
6620
|
+
.tsi-timezonePicker.tsi-dark {
|
|
6621
|
+
background-color: #0d0f0e;
|
|
6622
|
+
color: #fff;
|
|
6623
|
+
}
|
|
6624
|
+
.tsi-timezonePicker.tsi-dark .tsi-select, .tsi-timezonePicker.tsi-dark .tsi-select option {
|
|
6625
|
+
color: #fff;
|
|
6626
|
+
background-color: #0d0f0e;
|
|
6627
|
+
}
|
|
6628
|
+
.tsi-timezonePicker.tsi-light {
|
|
6629
|
+
background-color: #ffffff;
|
|
6630
|
+
color: #000;
|
|
6631
|
+
}
|
|
6632
|
+
.tsi-timezonePicker.tsi-light .tsi-select, .tsi-timezonePicker.tsi-light .tsi-select option {
|
|
6633
|
+
color: #000;
|
|
6634
|
+
background-color: #ffffff;
|
|
6635
|
+
}
|
|
6636
|
+
|
|
6637
|
+
.tsi-select {
|
|
6638
|
+
margin: 0px;
|
|
6639
|
+
top: 4px;
|
|
6640
|
+
appearance: none;
|
|
6641
|
+
background: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 viewBox%3D%220 0 13 7%22%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B clip-path%3A url(%23clip-Chevron_light_theme_1)%3B %7D .cls-2%2C .cls-3 %7B fill%3A none%3B stroke-linecap%3A square%3B stroke-miterlimit%3A 1%3B %7D .cls-2 %7B stroke%3A rgba(0%2C0%2C0%2C0.1)%3B %7D .cls-3 %7B stroke%3A %23666%3B %7D .cls-4 %7B fill%3A %23fff%3B %7D %3C%2Fstyle%3E %3CclipPath id%3D%22clip-Chevron_light_theme_1%22%3E %3Crect width%3D%2213%22 height%3D%227%22%2F%3E %3C%2FclipPath%3E %3C%2Fdefs%3E %3Cg id%3D%22Chevron_light_theme_1%22 data-name%3D%22Chevron light theme %E2%80%93 1%22 class%3D%22cls-1%22%3E %3Cg id%3D%22Group_22369%22 data-name%3D%22Group 22369%22 transform%3D%22translate(-199.6 -646.273)%22%3E %3Cpath id%3D%22Path_44737%22 data-name%3D%22Path 44737%22 class%3D%22cls-2%22 d%3D%22M8.5%2C33.8l-5%2C5%2C5%2C5%22 transform%3D%22translate(167.8 655.8) rotate(-90)%22%2F%3E %3Cpath id%3D%22Path_44738%22 data-name%3D%22Path 44738%22 class%3D%22cls-3%22 d%3D%22M8.5%2C32.8l-5%2C5%2C5%2C5%22 transform%3D%22translate(167.8 655.8) rotate(-90)%22%2F%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E") 16px/16px no-repeat;
|
|
6642
|
+
background-position-y: 12px;
|
|
6643
|
+
background-position-x: calc(100% - 4px);
|
|
6644
|
+
width: 160px;
|
|
6645
|
+
display: block;
|
|
6646
|
+
}
|
|
6647
|
+
@charset "UTF-8";
|
|
6648
|
+
|
|
6649
|
+
/*!
|
|
6650
|
+
* Pikaday
|
|
6651
|
+
* Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
|
|
6652
|
+
*/
|
|
6653
|
+
|
|
6654
|
+
.pika-single {
|
|
6655
|
+
z-index: 9999;
|
|
6656
|
+
display: block;
|
|
6657
|
+
position: relative;
|
|
6658
|
+
color: #333;
|
|
6659
|
+
background: #fff;
|
|
6660
|
+
border: 1px solid #ccc;
|
|
6661
|
+
border-bottom-color: #bbb;
|
|
6662
|
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6663
|
+
}
|
|
6664
|
+
|
|
6665
|
+
/*
|
|
6666
|
+
clear child float (pika-lendar), using the famous micro clearfix hack
|
|
6667
|
+
http://nicolasgallagher.com/micro-clearfix-hack/
|
|
6668
|
+
*/
|
|
6669
|
+
.pika-single:before,
|
|
6670
|
+
.pika-single:after {
|
|
6671
|
+
content: " ";
|
|
6672
|
+
display: table;
|
|
6673
|
+
}
|
|
6674
|
+
.pika-single:after { clear: both }
|
|
6675
|
+
.pika-single { *zoom: 1 }
|
|
6676
|
+
|
|
6677
|
+
.pika-single.is-hidden {
|
|
6678
|
+
display: none;
|
|
6679
|
+
}
|
|
6680
|
+
|
|
6681
|
+
.pika-single.is-bound {
|
|
6682
|
+
position: absolute;
|
|
6683
|
+
box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
|
|
6684
|
+
}
|
|
6685
|
+
|
|
6686
|
+
.pika-lendar {
|
|
6687
|
+
float: left;
|
|
6688
|
+
width: 240px;
|
|
6689
|
+
margin: 8px;
|
|
6690
|
+
}
|
|
6691
|
+
|
|
6692
|
+
.pika-title {
|
|
6693
|
+
position: relative;
|
|
6694
|
+
text-align: center;
|
|
6695
|
+
}
|
|
6696
|
+
|
|
6697
|
+
.pika-label {
|
|
6698
|
+
display: inline-block;
|
|
6699
|
+
*display: inline;
|
|
6700
|
+
position: relative;
|
|
6701
|
+
z-index: 9999;
|
|
6702
|
+
overflow: hidden;
|
|
6703
|
+
margin: 0;
|
|
6704
|
+
padding: 5px 3px;
|
|
6705
|
+
font-size: 14px;
|
|
6706
|
+
line-height: 20px;
|
|
6707
|
+
font-weight: bold;
|
|
6708
|
+
background-color: #fff;
|
|
6709
|
+
}
|
|
6710
|
+
.pika-title select {
|
|
6711
|
+
cursor: pointer;
|
|
6712
|
+
position: absolute;
|
|
6713
|
+
z-index: 9998;
|
|
6714
|
+
margin: 0;
|
|
6715
|
+
left: 0;
|
|
6716
|
+
top: 5px;
|
|
6717
|
+
filter: alpha(opacity=0);
|
|
6718
|
+
opacity: 0;
|
|
6719
|
+
}
|
|
6720
|
+
|
|
6721
|
+
.pika-prev,
|
|
6722
|
+
.pika-next {
|
|
6723
|
+
display: block;
|
|
6724
|
+
cursor: pointer;
|
|
6725
|
+
position: relative;
|
|
6726
|
+
outline: none;
|
|
6727
|
+
border: 0;
|
|
6728
|
+
padding: 0;
|
|
6729
|
+
width: 20px;
|
|
6730
|
+
height: 30px;
|
|
6731
|
+
/* hide text using text-indent trick, using width value (it's enough) */
|
|
6732
|
+
text-indent: 20px;
|
|
6733
|
+
white-space: nowrap;
|
|
6734
|
+
overflow: hidden;
|
|
6735
|
+
background-color: transparent;
|
|
6736
|
+
background-position: center center;
|
|
6737
|
+
background-repeat: no-repeat;
|
|
6738
|
+
background-size: 75% 75%;
|
|
6739
|
+
opacity: .5;
|
|
6740
|
+
*position: absolute;
|
|
6741
|
+
*top: 0;
|
|
6742
|
+
}
|
|
6743
|
+
|
|
6744
|
+
.pika-prev:hover,
|
|
6745
|
+
.pika-next:hover {
|
|
6746
|
+
opacity: 1;
|
|
6747
|
+
}
|
|
6748
|
+
|
|
6749
|
+
.pika-prev,
|
|
6750
|
+
.is-rtl .pika-next {
|
|
6751
|
+
float: left;
|
|
6752
|
+
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
|
|
6753
|
+
*left: 0;
|
|
6791
6754
|
}
|
|
6792
|
-
|
|
6793
|
-
|
|
6794
|
-
|
|
6755
|
+
|
|
6756
|
+
.pika-next,
|
|
6757
|
+
.is-rtl .pika-prev {
|
|
6758
|
+
float: right;
|
|
6759
|
+
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
|
|
6760
|
+
*right: 0;
|
|
6795
6761
|
}
|
|
6796
|
-
|
|
6797
|
-
|
|
6762
|
+
|
|
6763
|
+
.pika-prev.is-disabled,
|
|
6764
|
+
.pika-next.is-disabled {
|
|
6765
|
+
cursor: default;
|
|
6766
|
+
opacity: .2;
|
|
6798
6767
|
}
|
|
6799
|
-
|
|
6800
|
-
|
|
6768
|
+
|
|
6769
|
+
.pika-select {
|
|
6770
|
+
display: inline-block;
|
|
6771
|
+
*display: inline;
|
|
6801
6772
|
}
|
|
6802
|
-
|
|
6803
|
-
|
|
6804
|
-
|
|
6773
|
+
|
|
6774
|
+
.pika-table {
|
|
6775
|
+
width: 100%;
|
|
6776
|
+
border-collapse: collapse;
|
|
6777
|
+
border-spacing: 0;
|
|
6778
|
+
border: 0;
|
|
6805
6779
|
}
|
|
6806
|
-
|
|
6807
|
-
|
|
6808
|
-
|
|
6780
|
+
|
|
6781
|
+
.pika-table th,
|
|
6782
|
+
.pika-table td {
|
|
6783
|
+
width: 14.285714285714286%;
|
|
6784
|
+
padding: 0;
|
|
6809
6785
|
}
|
|
6810
|
-
|
|
6811
|
-
|
|
6812
|
-
|
|
6786
|
+
|
|
6787
|
+
.pika-table th {
|
|
6788
|
+
color: #999;
|
|
6789
|
+
font-size: 12px;
|
|
6790
|
+
line-height: 25px;
|
|
6791
|
+
font-weight: bold;
|
|
6792
|
+
text-align: center;
|
|
6813
6793
|
}
|
|
6814
|
-
|
|
6815
|
-
|
|
6816
|
-
|
|
6794
|
+
|
|
6795
|
+
.pika-button {
|
|
6796
|
+
cursor: pointer;
|
|
6797
|
+
display: block;
|
|
6798
|
+
box-sizing: border-box;
|
|
6799
|
+
-moz-box-sizing: border-box;
|
|
6800
|
+
outline: none;
|
|
6801
|
+
border: 0;
|
|
6802
|
+
margin: 0;
|
|
6803
|
+
width: 100%;
|
|
6804
|
+
padding: 5px;
|
|
6805
|
+
color: #666;
|
|
6806
|
+
font-size: 12px;
|
|
6807
|
+
line-height: 15px;
|
|
6808
|
+
text-align: right;
|
|
6809
|
+
background: #f5f5f5;
|
|
6817
6810
|
}
|
|
6818
|
-
|
|
6819
|
-
|
|
6820
|
-
|
|
6821
|
-
|
|
6822
|
-
margin: 0px;
|
|
6811
|
+
|
|
6812
|
+
.pika-week {
|
|
6813
|
+
font-size: 11px;
|
|
6814
|
+
color: #999;
|
|
6823
6815
|
}
|
|
6824
|
-
|
|
6825
|
-
|
|
6826
|
-
|
|
6816
|
+
|
|
6817
|
+
.is-today .pika-button {
|
|
6818
|
+
color: #33aaff;
|
|
6819
|
+
font-weight: bold;
|
|
6827
6820
|
}
|
|
6828
|
-
|
|
6829
|
-
|
|
6830
|
-
|
|
6821
|
+
|
|
6822
|
+
.is-selected .pika-button,
|
|
6823
|
+
.has-event .pika-button {
|
|
6824
|
+
color: #fff;
|
|
6825
|
+
font-weight: bold;
|
|
6826
|
+
background: #33aaff;
|
|
6827
|
+
box-shadow: inset 0 1px 3px #178fe5;
|
|
6828
|
+
border-radius: 3px;
|
|
6831
6829
|
}
|
|
6832
6830
|
|
|
6833
|
-
.
|
|
6834
|
-
|
|
6835
|
-
|
|
6836
|
-
display: flex;
|
|
6837
|
-
flex-shrink: 0;
|
|
6838
|
-
align-items: center;
|
|
6839
|
-
position: relative;
|
|
6831
|
+
.has-event .pika-button {
|
|
6832
|
+
background: #005da9;
|
|
6833
|
+
box-shadow: inset 0 1px 3px #0076c9;
|
|
6840
6834
|
}
|
|
6841
|
-
|
|
6842
|
-
|
|
6843
|
-
|
|
6844
|
-
|
|
6845
|
-
margin-left: 8px;
|
|
6846
|
-
background-size: 14px;
|
|
6847
|
-
background-position-y: 2px;
|
|
6835
|
+
|
|
6836
|
+
.is-disabled .pika-button,
|
|
6837
|
+
.is-inrange .pika-button {
|
|
6838
|
+
background: #D5E9F7;
|
|
6848
6839
|
}
|
|
6849
|
-
|
|
6850
|
-
|
|
6851
|
-
|
|
6852
|
-
|
|
6853
|
-
|
|
6854
|
-
|
|
6855
|
-
outline: none;
|
|
6856
|
-
text-overflow: ellipsis;
|
|
6840
|
+
|
|
6841
|
+
.is-startrange .pika-button {
|
|
6842
|
+
color: #fff;
|
|
6843
|
+
background: #6CB31D;
|
|
6844
|
+
box-shadow: none;
|
|
6845
|
+
border-radius: 3px;
|
|
6857
6846
|
}
|
|
6858
6847
|
|
|
6859
|
-
.
|
|
6860
|
-
|
|
6861
|
-
|
|
6862
|
-
|
|
6863
|
-
|
|
6864
|
-
font-size: 85%;
|
|
6865
|
-
line-height: 85%;
|
|
6866
|
-
font-weight: 300;
|
|
6848
|
+
.is-endrange .pika-button {
|
|
6849
|
+
color: #fff;
|
|
6850
|
+
background: #33aaff;
|
|
6851
|
+
box-shadow: none;
|
|
6852
|
+
border-radius: 3px;
|
|
6867
6853
|
}
|
|
6868
6854
|
|
|
6869
|
-
.
|
|
6870
|
-
|
|
6871
|
-
|
|
6855
|
+
.is-disabled .pika-button {
|
|
6856
|
+
pointer-events: none;
|
|
6857
|
+
cursor: default;
|
|
6858
|
+
color: #999;
|
|
6859
|
+
opacity: .3;
|
|
6872
6860
|
}
|
|
6873
|
-
|
|
6874
|
-
|
|
6875
|
-
|
|
6861
|
+
|
|
6862
|
+
.is-outside-current-month .pika-button {
|
|
6863
|
+
color: #999;
|
|
6864
|
+
opacity: .3;
|
|
6876
6865
|
}
|
|
6877
|
-
|
|
6878
|
-
|
|
6879
|
-
|
|
6866
|
+
|
|
6867
|
+
.is-selection-disabled {
|
|
6868
|
+
pointer-events: none;
|
|
6869
|
+
cursor: default;
|
|
6880
6870
|
}
|
|
6881
|
-
|
|
6882
|
-
|
|
6883
|
-
|
|
6871
|
+
|
|
6872
|
+
.pika-button:hover,
|
|
6873
|
+
.pika-row.pick-whole-week:hover .pika-button {
|
|
6874
|
+
color: #fff;
|
|
6875
|
+
background: #ff8000;
|
|
6876
|
+
box-shadow: none;
|
|
6877
|
+
border-radius: 3px;
|
|
6884
6878
|
}
|
|
6885
6879
|
|
|
6886
|
-
|
|
6887
|
-
|
|
6888
|
-
|
|
6889
|
-
|
|
6890
|
-
background: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 viewBox%3D%220 0 13 7%22%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B clip-path%3A url(%23clip-Chevron_light_theme_1)%3B %7D .cls-2%2C .cls-3 %7B fill%3A none%3B stroke-linecap%3A square%3B stroke-miterlimit%3A 1%3B %7D .cls-2 %7B stroke%3A rgba(0%2C0%2C0%2C0.1)%3B %7D .cls-3 %7B stroke%3A %23666%3B %7D .cls-4 %7B fill%3A %23fff%3B %7D %3C%2Fstyle%3E %3CclipPath id%3D%22clip-Chevron_light_theme_1%22%3E %3Crect width%3D%2213%22 height%3D%227%22%2F%3E %3C%2FclipPath%3E %3C%2Fdefs%3E %3Cg id%3D%22Chevron_light_theme_1%22 data-name%3D%22Chevron light theme %E2%80%93 1%22 class%3D%22cls-1%22%3E %3Cg id%3D%22Group_22369%22 data-name%3D%22Group 22369%22 transform%3D%22translate(-199.6 -646.273)%22%3E %3Cpath id%3D%22Path_44737%22 data-name%3D%22Path 44737%22 class%3D%22cls-2%22 d%3D%22M8.5%2C33.8l-5%2C5%2C5%2C5%22 transform%3D%22translate(167.8 655.8) rotate(-90)%22%2F%3E %3Cpath id%3D%22Path_44738%22 data-name%3D%22Path 44738%22 class%3D%22cls-3%22 d%3D%22M8.5%2C32.8l-5%2C5%2C5%2C5%22 transform%3D%22translate(167.8 655.8) rotate(-90)%22%2F%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E") 16px/16px no-repeat;
|
|
6891
|
-
background-position-y: 12px;
|
|
6892
|
-
background-position-x: calc(100% - 4px);
|
|
6893
|
-
width: 160px;
|
|
6894
|
-
display: block;
|
|
6880
|
+
/* styling for abbr */
|
|
6881
|
+
.pika-table abbr {
|
|
6882
|
+
border-bottom: none;
|
|
6883
|
+
cursor: help;
|
|
6895
6884
|
}
|
|
6896
6885
|
div[class^=tsi-] {
|
|
6897
6886
|
box-sizing: border-box;
|
|
@@ -7044,8 +7033,7 @@ select::-ms-expand {
|
|
|
7044
7033
|
.tsi-select {
|
|
7045
7034
|
margin: 2px;
|
|
7046
7035
|
position: relative;
|
|
7047
|
-
|
|
7048
|
-
-moz-appearance: none;
|
|
7036
|
+
appearance: none;
|
|
7049
7037
|
padding: 6px;
|
|
7050
7038
|
padding-right: 28px;
|
|
7051
7039
|
border-width: 1px;
|
|
@@ -7346,8 +7334,7 @@ select::-ms-expand {
|
|
|
7346
7334
|
.tsi-select {
|
|
7347
7335
|
margin: 2px;
|
|
7348
7336
|
position: relative;
|
|
7349
|
-
|
|
7350
|
-
-moz-appearance: none;
|
|
7337
|
+
appearance: none;
|
|
7351
7338
|
padding: 6px;
|
|
7352
7339
|
padding-right: 28px;
|
|
7353
7340
|
border-width: 1px;
|
|
@@ -7941,8 +7928,7 @@ select::-ms-expand {
|
|
|
7941
7928
|
.tsi-select {
|
|
7942
7929
|
margin: 2px;
|
|
7943
7930
|
position: relative;
|
|
7944
|
-
|
|
7945
|
-
-moz-appearance: none;
|
|
7931
|
+
appearance: none;
|
|
7946
7932
|
padding: 6px;
|
|
7947
7933
|
padding-right: 28px;
|
|
7948
7934
|
border-width: 1px;
|
|
@@ -8262,8 +8248,7 @@ select::-ms-expand {
|
|
|
8262
8248
|
.tsi-select {
|
|
8263
8249
|
margin: 2px;
|
|
8264
8250
|
position: relative;
|
|
8265
|
-
|
|
8266
|
-
-moz-appearance: none;
|
|
8251
|
+
appearance: none;
|
|
8267
8252
|
padding: 6px;
|
|
8268
8253
|
padding-right: 28px;
|
|
8269
8254
|
border-width: 1px;
|
|
@@ -8888,8 +8873,7 @@ select::-ms-expand {
|
|
|
8888
8873
|
.tsi-select {
|
|
8889
8874
|
margin: 2px;
|
|
8890
8875
|
position: relative;
|
|
8891
|
-
|
|
8892
|
-
-moz-appearance: none;
|
|
8876
|
+
appearance: none;
|
|
8893
8877
|
padding: 6px;
|
|
8894
8878
|
padding-right: 28px;
|
|
8895
8879
|
border-width: 1px;
|
|
@@ -9514,8 +9498,7 @@ select::-ms-expand {
|
|
|
9514
9498
|
.tsi-select {
|
|
9515
9499
|
margin: 2px;
|
|
9516
9500
|
position: relative;
|
|
9517
|
-
|
|
9518
|
-
-moz-appearance: none;
|
|
9501
|
+
appearance: none;
|
|
9519
9502
|
padding: 6px;
|
|
9520
9503
|
padding-right: 28px;
|
|
9521
9504
|
border-width: 1px;
|
|
@@ -9967,8 +9950,7 @@ select::-ms-expand {
|
|
|
9967
9950
|
.tsi-select {
|
|
9968
9951
|
margin: 2px;
|
|
9969
9952
|
position: relative;
|
|
9970
|
-
|
|
9971
|
-
-moz-appearance: none;
|
|
9953
|
+
appearance: none;
|
|
9972
9954
|
padding: 6px;
|
|
9973
9955
|
padding-right: 28px;
|
|
9974
9956
|
border-width: 1px;
|
|
@@ -10623,8 +10605,7 @@ select::-ms-expand {
|
|
|
10623
10605
|
.tsi-select {
|
|
10624
10606
|
margin: 2px;
|
|
10625
10607
|
position: relative;
|
|
10626
|
-
|
|
10627
|
-
-moz-appearance: none;
|
|
10608
|
+
appearance: none;
|
|
10628
10609
|
padding: 6px;
|
|
10629
10610
|
padding-right: 28px;
|
|
10630
10611
|
border-width: 1px;
|
|
@@ -11221,8 +11202,7 @@ select::-ms-expand {
|
|
|
11221
11202
|
.tsi-select {
|
|
11222
11203
|
margin: 2px;
|
|
11223
11204
|
position: relative;
|
|
11224
|
-
|
|
11225
|
-
-moz-appearance: none;
|
|
11205
|
+
appearance: none;
|
|
11226
11206
|
padding: 6px;
|
|
11227
11207
|
padding-right: 28px;
|
|
11228
11208
|
border-width: 1px;
|
|
@@ -12180,8 +12160,7 @@ select::-ms-expand {
|
|
|
12180
12160
|
.tsi-select {
|
|
12181
12161
|
margin: 2px;
|
|
12182
12162
|
position: relative;
|
|
12183
|
-
|
|
12184
|
-
-moz-appearance: none;
|
|
12163
|
+
appearance: none;
|
|
12185
12164
|
padding: 6px;
|
|
12186
12165
|
padding-right: 28px;
|
|
12187
12166
|
border-width: 1px;
|
|
@@ -12653,8 +12632,7 @@ select::-ms-expand {
|
|
|
12653
12632
|
.tsi-select {
|
|
12654
12633
|
margin: 2px;
|
|
12655
12634
|
position: relative;
|
|
12656
|
-
|
|
12657
|
-
-moz-appearance: none;
|
|
12635
|
+
appearance: none;
|
|
12658
12636
|
padding: 6px;
|
|
12659
12637
|
padding-right: 28px;
|
|
12660
12638
|
border-width: 1px;
|
|
@@ -13086,8 +13064,7 @@ select::-ms-expand {
|
|
|
13086
13064
|
.tsi-select {
|
|
13087
13065
|
margin: 2px;
|
|
13088
13066
|
position: relative;
|
|
13089
|
-
|
|
13090
|
-
-moz-appearance: none;
|
|
13067
|
+
appearance: none;
|
|
13091
13068
|
padding: 6px;
|
|
13092
13069
|
padding-right: 28px;
|
|
13093
13070
|
border-width: 1px;
|
|
@@ -13351,8 +13328,7 @@ select::-ms-expand {
|
|
|
13351
13328
|
.tsi-select {
|
|
13352
13329
|
margin: 2px;
|
|
13353
13330
|
position: relative;
|
|
13354
|
-
|
|
13355
|
-
-moz-appearance: none;
|
|
13331
|
+
appearance: none;
|
|
13356
13332
|
padding: 6px;
|
|
13357
13333
|
padding-right: 28px;
|
|
13358
13334
|
border-width: 1px;
|
|
@@ -14427,8 +14403,7 @@ select::-ms-expand {
|
|
|
14427
14403
|
.tsi-select {
|
|
14428
14404
|
margin: 2px;
|
|
14429
14405
|
position: relative;
|
|
14430
|
-
|
|
14431
|
-
-moz-appearance: none;
|
|
14406
|
+
appearance: none;
|
|
14432
14407
|
padding: 6px;
|
|
14433
14408
|
padding-right: 28px;
|
|
14434
14409
|
border-width: 1px;
|
|
@@ -14862,8 +14837,7 @@ select::-ms-expand {
|
|
|
14862
14837
|
.tsi-select {
|
|
14863
14838
|
margin: 2px;
|
|
14864
14839
|
position: relative;
|
|
14865
|
-
|
|
14866
|
-
-moz-appearance: none;
|
|
14840
|
+
appearance: none;
|
|
14867
14841
|
padding: 6px;
|
|
14868
14842
|
padding-right: 28px;
|
|
14869
14843
|
border-width: 1px;
|
|
@@ -15157,8 +15131,7 @@ select::-ms-expand {
|
|
|
15157
15131
|
.tsi-select {
|
|
15158
15132
|
margin: 2px;
|
|
15159
15133
|
position: relative;
|
|
15160
|
-
|
|
15161
|
-
-moz-appearance: none;
|
|
15134
|
+
appearance: none;
|
|
15162
15135
|
padding: 6px;
|
|
15163
15136
|
padding-right: 28px;
|
|
15164
15137
|
border-width: 1px;
|
|
@@ -16092,8 +16065,7 @@ select::-ms-expand {
|
|
|
16092
16065
|
.tsi-select {
|
|
16093
16066
|
margin: 2px;
|
|
16094
16067
|
position: relative;
|
|
16095
|
-
|
|
16096
|
-
-moz-appearance: none;
|
|
16068
|
+
appearance: none;
|
|
16097
16069
|
padding: 6px;
|
|
16098
16070
|
padding-right: 28px;
|
|
16099
16071
|
border-width: 1px;
|
|
@@ -16462,8 +16434,7 @@ select::-ms-expand {
|
|
|
16462
16434
|
.tsi-select {
|
|
16463
16435
|
margin: 2px;
|
|
16464
16436
|
position: relative;
|
|
16465
|
-
|
|
16466
|
-
-moz-appearance: none;
|
|
16437
|
+
appearance: none;
|
|
16467
16438
|
padding: 6px;
|
|
16468
16439
|
padding-right: 28px;
|
|
16469
16440
|
border-width: 1px;
|
|
@@ -16823,8 +16794,7 @@ select::-ms-expand {
|
|
|
16823
16794
|
.tsi-select {
|
|
16824
16795
|
margin: 2px;
|
|
16825
16796
|
position: relative;
|
|
16826
|
-
|
|
16827
|
-
-moz-appearance: none;
|
|
16797
|
+
appearance: none;
|
|
16828
16798
|
padding: 6px;
|
|
16829
16799
|
padding-right: 28px;
|
|
16830
16800
|
border-width: 1px;
|