username@email.com
2021-06-03 63bcf5d37da46e954caab6eebf7df64498e1c18e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
.z-search-date {
    position:relative;
    float:left;
    width:200px;
    height:28px;
}
.z-search-date-text {
    position:relative;
    float:left;
    width:100%;
    height:100%;
    line-height:26px;
    cursor:pointer;
    border: 1px solid #ccc;
    border-radius:4px;
    padding-left:25px;
    background: url(/Content/images/datepicker_icon.png) left 0 no-repeat #FFF;
}
.z-search-date-text:hover {
    color:#3498DB;
    border: 1px solid #3498DB;
}
 
.z-search-date-container {
    display:none;
    position:absolute;
    top:30px;
    left:0;
    z-index:10;
    padding:15px;
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.15);
    border-radius:3px;
}
.z-search-date-container.width {
    width:610px;
}
 
.z-search-date-arrow {
    position:absolute;
    top: -16px;
    left: 53px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #d6e1ee;
}
.z-search-date-inside {
    position:absolute;
    top: -6px;
    left: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #fff;
}
 
.z-search-date-content-btns {
    position:relative;
    float:left;
}
 
.z-search-date-btn-block {
    margin-bottom: 6px;
}
.z-search-date-btn-block > a {
    display:block;
    width:140px;
    line-height: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    background: #9da6bd;
    border-bottom: 1px solid #afb8cc;
}
.z-search-date-btn-block > a:hover {
    background: #00aaef;
}
.z-search-date-btn-block > a.active {
    background: #00aaef;
}
 
.z-search-date-datepicker-content {
    position: relative;
    width:420px;
    float:left;
    margin-left:20px;
    display:none;
}
 
.z-search-date-datepicker-container {
    position: relative;
    float: left;
    z-index:1;
    width:202px;
    height:203px;
}
.z-search-date-datepicker-container iframe {
    width:202px;
    height:203px;
}
 
.z-search-date-datepicker-container.first {
    margin-right:15px;
}
.z-search-date-datepicker-btn {
    position:relative;
    width:100%;
    text-align:right;
}